Html Css Color HEX #DCF016 Chartreuse Yellow

📋 copy color: '#DCF016'

red 220 ◦ green 240 ◦ blue 22

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

Shades of Chartreuse Yellow #DCF016

Tints of Chartreuse Yellow #DCF016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.56%

R = 45.64%
G = 49.79%
B = 4.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#DCF016 (or 0xDCF016) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 16. RGB value is (220,240,22). Sum of RGB (Red+Green+Blue) = 220+240+22=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 22 (8.98% from 255 or 4.56% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF016 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF016 is #230FE9. Grayscale: #D2D2D2. Windows color (decimal): -2297834 or 1503452. OLE color: 1503452.

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

Color convert

RGB 220 240 22 -
CMYK 0.08 0 0.91 0.06
HSL 65.5º 0.88% 0.51% -
HSV(B) 65.5º 0.91% 0.94% -
XYZ 60.82 77.59 12.53 -
YUV 209.17 22.37 135.73 -
System Red Green Blue C M Y K H S L
Decimal 220 240 22 0.08 0 0.91 0.06 65.5 0.88 0.51
Hex DC F0 16 8 0 5B 6 42 58 33
Octal 334 360 26 10 0 133 6 102 130 63
Binary 11011100 11110000 10110 1000 0 1011011 110 1000010 1011000 110011

Color Harmonies of #DCF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF016

Black with #DCF016

Text Example


Text Example

White with #DCF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF016; }

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

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

background-color css

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

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

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

border-color css

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

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

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