Html Css Color HEX #DCF510 Chartreuse Yellow

📋 copy color: '#DCF510'

red 220 ◦ green 245 ◦ blue 16

#DCF510
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse Yellow #DCF510

Tints of Chartreuse Yellow #DCF510

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

 GREEN value IS 245 (96.09% from 255) = 50.94%

 BLUE value IS 16 (6.64% from 255) = 3.33%

R = 45.74%
G = 50.94%
B = 3.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCF510 (or 0xDCF510) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 10. RGB value is (220,245,16). Sum of RGB (Red+Green+Blue) = 220+245+16=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 16 (6.64% from 255 or 3.33% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF510 is #230AEF. Grayscale: #D4D4D4. Windows color (decimal): -2296560 or 1111516. OLE color: 1111516.

HSL color Cylindrical-coordinate representation of color #DCF510: hue angle of 66.55º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF510 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 16 -
CMYK 0.10 0 0.93 0.04
HSL 66.55º 0.92% 0.51% -
HSV(B) 66.55º 0.93% 0.96% -
XYZ 62.26 80.56 12.76 -
YUV 211.42 17.72 134.12 -
System Red Green Blue C M Y K H S L
Decimal 220 245 16 0.10 0 0.93 0.04 66.55 0.92 0.51
Hex DC F5 10 A 0 5D 4 43 5C 33
Octal 334 365 20 12 0 135 4 103 134 63
Binary 11011100 11110101 10000 1010 0 1011101 100 1000011 1011100 110011

Color Harmonies of #DCF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF510

Black with #DCF510

Text Example


Text Example

White with #DCF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF510; }

 p { color: rgb(220,245,16); }

 H1.HeaderClassName
 {
   color: #DCF510;
 }
 .AnyTagClassName
 {
   color: #DCF510;
 }
</style>

background-color css

<style>
 a { background-color: #DCF510; }

 a { background-color: rgb(220,245,16); }

 div.DivClassName
 {
   background-color: #DCF510;
 }
 .BgClassName
 {
   background-color: #DCF510;
 }
</style>

border-color css

<style>
 span { border-color: #DCF510; }

 span { border-color: rgb(220,245,16); }

 td.TdClassName
 {
   border-color: #DCF510;
 }
 .TagClassName
 {
   border-color: #DCF510;
 }
</style>