Html Css Color HEX #DEF214 Chartreuse Yellow

📋 copy color: '#DEF214'

red 222 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #DEF214

Tints of Chartreuse Yellow #DEF214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.13%

R = 45.87%
G = 50%
B = 4.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#DEF214 (or 0xDEF214) is known color: Chartreuse Yellow. HEX triplet: DE, F2 and 14. RGB value is (222,242,20). Sum of RGB (Red+Green+Blue) = 222+242+20=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF214 is #210DEB. Grayscale: #D3D3D3. Windows color (decimal): -2166252 or 1372894. OLE color: 1372894.

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

Color convert

RGB 222 242 20 -
CMYK 0.08 0 0.92 0.05
HSL 65.41º 0.9% 0.51% -
HSV(B) 65.41º 0.92% 0.95% -
XYZ 62 79.08 12.66 -
YUV 210.71 20.37 136.05 -
System Red Green Blue C M Y K H S L
Decimal 222 242 20 0.08 0 0.92 0.05 65.41 0.9 0.51
Hex DE F2 14 8 0 5C 5 41 5A 33
Octal 336 362 24 10 0 134 5 101 132 63
Binary 11011110 11110010 10100 1000 0 1011100 101 1000001 1011010 110011

Color Harmonies of #DEF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF214

Black with #DEF214

Text Example


Text Example

White with #DEF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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