Html Css Color HEX #DCF216 Chartreuse Yellow

📋 copy color: '#DCF216'

red 220 ◦ green 242 ◦ blue 22

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

Shades of Chartreuse Yellow #DCF216

Tints of Chartreuse Yellow #DCF216

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50%

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

R = 45.45%
G = 50%
B = 4.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#DCF216 (or 0xDCF216) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 16. RGB value is (220,242,22). Sum of RGB (Red+Green+Blue) = 220+242+22=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF216 is #230DE9. Grayscale: #D3D3D3. Windows color (decimal): -2297322 or 1503964. OLE color: 1503964.

HSL color Cylindrical-coordinate representation of color #DCF216: hue angle of 66º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF216 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 22 -
CMYK 0.09 0 0.91 0.05
HSL 66º 0.89% 0.52% -
HSV(B) 66º 0.91% 0.95% -
XYZ 61.41 78.78 12.73 -
YUV 210.34 21.71 134.89 -
System Red Green Blue C M Y K H S L
Decimal 220 242 22 0.09 0 0.91 0.05 66 0.89 0.52
Hex DC F2 16 9 0 5B 5 42 59 34
Octal 334 362 26 11 0 133 5 102 131 64
Binary 11011100 11110010 10110 1001 0 1011011 101 1000010 1011001 110100

Color Harmonies of #DCF216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF216

Black with #DCF216

Text Example


Text Example

White with #DCF216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF216; }

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

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

background-color css

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

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

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

border-color css

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

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

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