Html Css Color HEX #DCF202 Chartreuse Yellow

📋 copy color: '#DCF202'

red 220 ◦ green 242 ◦ blue 2

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

Shades of Chartreuse Yellow #DCF202

Tints of Chartreuse Yellow #DCF202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 47.41%
G = 52.16%
B = 0.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#DCF202 (or 0xDCF202) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 02. RGB value is (220,242,2). Sum of RGB (Red+Green+Blue) = 220+242+2=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF202 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF202 is #230DFD. Grayscale: #D1D1D1. Windows color (decimal): -2297342 or 193244. OLE color: 193244.

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

Color convert

RGB 220 242 2 -
CMYK 0.09 0 0.99 0.05
HSL 65.5º 0.98% 0.48% -
HSV(B) 65.5º 0.99% 0.95% -
XYZ 61.28 78.72 12.02 -
YUV 208.06 11.71 136.51 -
System Red Green Blue C M Y K H S L
Decimal 220 242 2 0.09 0 0.99 0.05 65.5 0.98 0.48
Hex DC F2 2 9 0 63 5 42 62 30
Octal 334 362 2 11 0 143 5 102 142 60
Binary 11011100 11110010 10 1001 0 1100011 101 1000010 1100010 110000

Color Harmonies of #DCF202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF202

Black with #DCF202

Text Example


Text Example

White with #DCF202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF202; }

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

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

background-color css

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

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

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

border-color css

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

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

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