Html Css Color HEX #DCF012 Chartreuse Yellow

📋 copy color: '#DCF012'

red 220 ◦ green 240 ◦ blue 18

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

Shades of Chartreuse Yellow #DCF012

Tints of Chartreuse Yellow #DCF012

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.21%

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

R = 46.03%
G = 50.21%
B = 3.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#DCF012 (or 0xDCF012) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 12. RGB value is (220,240,18). Sum of RGB (Red+Green+Blue) = 220+240+18=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF012 is #230FED. Grayscale: #D1D1D1. Windows color (decimal): -2297838 or 1241308. OLE color: 1241308.

HSL color Cylindrical-coordinate representation of color #DCF012: hue angle of 65.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCF012 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 18 -
CMYK 0.08 0 0.92 0.06
HSL 65.41º 0.88% 0.51% -
HSV(B) 65.41º 0.93% 0.94% -
XYZ 60.78 77.58 12.34 -
YUV 208.71 20.37 136.05 -
System Red Green Blue C M Y K H S L
Decimal 220 240 18 0.08 0 0.92 0.06 65.41 0.88 0.51
Hex DC F0 12 8 0 5C 6 41 58 33
Octal 334 360 22 10 0 134 6 101 130 63
Binary 11011100 11110000 10010 1000 0 1011100 110 1000001 1011000 110011

Color Harmonies of #DCF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF012

Black with #DCF012

Text Example


Text Example

White with #DCF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF012; }

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

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

background-color css

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

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

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

border-color css

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

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

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