Html Css Color HEX #DEF814 Chartreuse Yellow

📋 copy color: '#DEF814'

red 222 ◦ green 248 ◦ blue 20

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

Shades of Chartreuse Yellow #DEF814

Tints of Chartreuse Yellow #DEF814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.61%

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

R = 45.31%
G = 50.61%
B = 4.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#DEF814 (or 0xDEF814) is known color: Chartreuse Yellow. HEX triplet: DE, F8 and 14. RGB value is (222,248,20). Sum of RGB (Red+Green+Blue) = 222+248+20=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF814 is #2107EB. Grayscale: #D7D7D7. Windows color (decimal): -2164716 or 1374430. OLE color: 1374430.

HSL color Cylindrical-coordinate representation of color #DEF814: hue angle of 66.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEF814 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 20 -
CMYK 0.10 0 0.92 0.03
HSL 66.84º 0.94% 0.53% -
HSV(B) 66.84º 0.92% 0.97% -
XYZ 63.82 82.71 13.26 -
YUV 214.23 18.39 133.54 -
System Red Green Blue C M Y K H S L
Decimal 222 248 20 0.10 0 0.92 0.03 66.84 0.94 0.53
Hex DE F8 14 A 0 5C 3 43 5E 35
Octal 336 370 24 12 0 134 3 103 136 65
Binary 11011110 11111000 10100 1010 0 1011100 11 1000011 1011110 110101

Color Harmonies of #DEF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF814

Black with #DEF814

Text Example


Text Example

White with #DEF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF814; }

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

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

background-color css

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

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

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

border-color css

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

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

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