Html Css Color HEX #DCF011 Chartreuse Yellow

📋 copy color: '#DCF011'

red 220 ◦ green 240 ◦ blue 17

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

Shades of Chartreuse Yellow #DCF011

Tints of Chartreuse Yellow #DCF011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.56%

R = 46.12%
G = 50.31%
B = 3.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#DCF011 (or 0xDCF011) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 11. RGB value is (220,240,17). Sum of RGB (Red+Green+Blue) = 220+240+17=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 17 (7.03% from 255 or 3.56% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF011 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF011 is #230FEE. Grayscale: #D1D1D1. Windows color (decimal): -2297839 or 1175772. OLE color: 1175772.

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

Color convert

RGB 220 240 17 -
CMYK 0.08 0 0.93 0.06
HSL 65.38º 0.88% 0.5% -
HSV(B) 65.38º 0.93% 0.94% -
XYZ 60.78 77.58 12.3 -
YUV 208.6 19.87 136.13 -
System Red Green Blue C M Y K H S L
Decimal 220 240 17 0.08 0 0.93 0.06 65.38 0.88 0.5
Hex DC F0 11 8 0 5D 6 41 58 32
Octal 334 360 21 10 0 135 6 101 130 62
Binary 11011100 11110000 10001 1000 0 1011101 110 1000001 1011000 110010

Color Harmonies of #DCF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF011

Black with #DCF011

Text Example


Text Example

White with #DCF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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