Html Css Color HEX #DEF514 Chartreuse Yellow

📋 copy color: '#DEF514'

red 222 ◦ green 245 ◦ blue 20

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

Shades of Chartreuse Yellow #DEF514

Tints of Chartreuse Yellow #DEF514

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.31%

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

R = 45.59%
G = 50.31%
B = 4.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#DEF514 (or 0xDEF514) is known color: Chartreuse Yellow. HEX triplet: DE, F5 and 14. RGB value is (222,245,20). Sum of RGB (Red+Green+Blue) = 222+245+20=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF514 is #210AEB. Grayscale: #D5D5D5. Windows color (decimal): -2165484 or 1373662. OLE color: 1373662.

HSL color Cylindrical-coordinate representation of color #DEF514: hue angle of 66.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEF514 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 245 20 -
CMYK 0.09 0 0.92 0.04
HSL 66.13º 0.92% 0.52% -
HSV(B) 66.13º 0.92% 0.96% -
XYZ 62.9 80.88 12.96 -
YUV 212.47 19.38 134.8 -
System Red Green Blue C M Y K H S L
Decimal 222 245 20 0.09 0 0.92 0.04 66.13 0.92 0.52
Hex DE F5 14 9 0 5C 4 42 5C 34
Octal 336 365 24 11 0 134 4 102 134 64
Binary 11011110 11110101 10100 1001 0 1011100 100 1000010 1011100 110100

Color Harmonies of #DEF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF514

Black with #DEF514

Text Example


Text Example

White with #DEF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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