Html Css Color HEX #DEF20A Chartreuse Yellow

📋 copy color: '#DEF20A'

red 222 ◦ green 242 ◦ blue 10

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

Shades of Chartreuse Yellow #DEF20A

Tints of Chartreuse Yellow #DEF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 46.84%
G = 51.05%
B = 2.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#DEF20A (or 0xDEF20A) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 0A. RGB value is (222,242,10). Sum of RGB (Red+Green+Blue) = 222+242+10=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF20A is #210DF5. Grayscale: #D2D2D2. Windows color (decimal): -2166262 or 717534. OLE color: 717534.

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

Color convert

RGB 222 242 10 -
CMYK 0.08 0 0.96 0.05
HSL 65.17º 0.92% 0.49% -
HSV(B) 65.17º 0.96% 0.95% -
XYZ 61.93 79.06 12.28 -
YUV 209.57 15.37 136.86 -
System Red Green Blue C M Y K H S L
Decimal 222 242 10 0.08 0 0.96 0.05 65.17 0.92 0.49
Hex DE F2 A 8 0 60 5 41 5C 31
Octal 336 362 12 10 0 140 5 101 134 61
Binary 11011110 11110010 1010 1000 0 1100000 101 1000001 1011100 110001

Color Harmonies of #DEF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF20A

Black with #DEF20A

Text Example


Text Example

White with #DEF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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