Html Css Color HEX #DEF014 Chartreuse Yellow

📋 copy color: '#DEF014'

red 222 ◦ green 240 ◦ blue 20

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

Shades of Chartreuse Yellow #DEF014

Tints of Chartreuse Yellow #DEF014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.79%

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

R = 46.06%
G = 49.79%
B = 4.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#DEF014 (or 0xDEF014) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 14. RGB value is (222,240,20). Sum of RGB (Red+Green+Blue) = 222+240+20=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF014 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF014 is #210FEB. Grayscale: #D2D2D2. Windows color (decimal): -2166764 or 1372382. OLE color: 1372382.

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

Color convert

RGB 222 240 20 -
CMYK 0.08 0 0.92 0.06
HSL 64.91º 0.88% 0.51% -
HSV(B) 64.91º 0.92% 0.94% -
XYZ 61.41 77.9 12.46 -
YUV 209.54 21.04 136.89 -
System Red Green Blue C M Y K H S L
Decimal 222 240 20 0.08 0 0.92 0.06 64.91 0.88 0.51
Hex DE F0 14 8 0 5C 6 41 58 33
Octal 336 360 24 10 0 134 6 101 130 63
Binary 11011110 11110000 10100 1000 0 1011100 110 1000001 1011000 110011

Color Harmonies of #DEF014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF014

Black with #DEF014

Text Example


Text Example

White with #DEF014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF014; }

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

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

background-color css

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

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

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

border-color css

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

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

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