Html Css Color HEX #DCF206 Chartreuse Yellow

📋 copy color: '#DCF206'

red 220 ◦ green 242 ◦ blue 6

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

Shades of Chartreuse Yellow #DCF206

Tints of Chartreuse Yellow #DCF206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.28%

R = 47.01%
G = 51.71%
B = 1.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#DCF206 (or 0xDCF206) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 06. RGB value is (220,242,6). Sum of RGB (Red+Green+Blue) = 220+242+6=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 6 (2.73% from 255 or 1.28% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF206 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF206 is #230DF9. Grayscale: #D1D1D1. Windows color (decimal): -2297338 or 455388. OLE color: 455388.

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

Color convert

RGB 220 242 6 -
CMYK 0.09 0 0.98 0.05
HSL 65.59º 0.95% 0.49% -
HSV(B) 65.59º 0.98% 0.95% -
XYZ 61.3 78.73 12.14 -
YUV 208.52 13.71 136.19 -
System Red Green Blue C M Y K H S L
Decimal 220 242 6 0.09 0 0.98 0.05 65.59 0.95 0.49
Hex DC F2 6 9 0 62 5 42 5F 31
Octal 334 362 6 11 0 142 5 102 137 61
Binary 11011100 11110010 110 1001 0 1100010 101 1000010 1011111 110001

Color Harmonies of #DCF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF206

Black with #DCF206

Text Example


Text Example

White with #DCF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF206; }

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

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

background-color css

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

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

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

border-color css

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

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

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