Html Css Color HEX #DCF412 Chartreuse Yellow

📋 copy color: '#DCF412'

red 220 ◦ green 244 ◦ blue 18

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

Shades of Chartreuse Yellow #DCF412

Tints of Chartreuse Yellow #DCF412

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.62%

 BLUE value IS 18 (7.42% from 255) = 3.73%

R = 45.64%
G = 50.62%
B = 3.73%

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

#DCF412 (or 0xDCF412) is known color: Chartreuse Yellow. HEX triplet: DC, F4 and 12. RGB value is (220,244,18). Sum of RGB (Red+Green+Blue) = 220+244+18=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF412 is #230BED. Grayscale: #D3D3D3. Windows color (decimal): -2296814 or 1242332. OLE color: 1242332.

HSL color Cylindrical-coordinate representation of color #DCF412: hue angle of 66.37º degrees, saturation: 0.91, 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 #DCF412 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 18 -
CMYK 0.10 0 0.93 0.04
HSL 66.37º 0.91% 0.51% -
HSV(B) 66.37º 0.93% 0.96% -
XYZ 61.98 79.96 12.74 -
YUV 211.06 19.05 134.38 -
System Red Green Blue C M Y K H S L
Decimal 220 244 18 0.10 0 0.93 0.04 66.37 0.91 0.51
Hex DC F4 12 A 0 5D 4 42 5B 33
Octal 334 364 22 12 0 135 4 102 133 63
Binary 11011100 11110100 10010 1010 0 1011101 100 1000010 1011011 110011

Color Harmonies of #DCF412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF412

Black with #DCF412

Text Example


Text Example

White with #DCF412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF412; }

 p { color: rgb(220,244,18); }

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

background-color css

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

 a { background-color: rgb(220,244,18); }

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

border-color css

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

 span { border-color: rgb(220,244,18); }

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