Html Css Color HEX #DEF20C Chartreuse Yellow

📋 copy color: '#DEF20C'

red 222 ◦ green 242 ◦ blue 12

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

Shades of Chartreuse Yellow #DEF20C

Tints of Chartreuse Yellow #DEF20C

RGB

 RED value IS 222 (87.11% from 255) = 46.64%

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

 BLUE value IS 12 (5.08% from 255) = 2.52%

R = 46.64%
G = 50.84%
B = 2.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#DEF20C (or 0xDEF20C) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 0C. RGB value is (222,242,12). Sum of RGB (Red+Green+Blue) = 222+242+12=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF20C is #210DF3. Grayscale: #D2D2D2. Windows color (decimal): -2166260 or 848606. OLE color: 848606.

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

Color convert

RGB 222 242 12 -
CMYK 0.08 0 0.95 0.05
HSL 65.22º 0.91% 0.5% -
HSV(B) 65.22º 0.95% 0.95% -
XYZ 61.94 79.06 12.34 -
YUV 209.8 16.37 136.7 -
System Red Green Blue C M Y K H S L
Decimal 222 242 12 0.08 0 0.95 0.05 65.22 0.91 0.5
Hex DE F2 C 8 0 5F 5 41 5B 32
Octal 336 362 14 10 0 137 5 101 133 62
Binary 11011110 11110010 1100 1000 0 1011111 101 1000001 1011011 110010

Color Harmonies of #DEF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF20C

Black with #DEF20C

Text Example


Text Example

White with #DEF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF20C; }

 p { color: rgb(222,242,12); }

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

background-color css

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

 a { background-color: rgb(222,242,12); }

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

border-color css

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

 span { border-color: rgb(222,242,12); }

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