Html Css Color HEX #DEF013 Chartreuse Yellow

📋 copy color: '#DEF013'

red 222 ◦ green 240 ◦ blue 19

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

Shades of Chartreuse Yellow #DEF013

Tints of Chartreuse Yellow #DEF013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.95%

R = 46.15%
G = 49.9%
B = 3.95%

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

#DEF013 (or 0xDEF013) is known color: Chartreuse Yellow. HEX triplet: DE, F0 and 13. RGB value is (222,240,19). Sum of RGB (Red+Green+Blue) = 222+240+19=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF013 is #210FEC. Grayscale: #D2D2D2. Windows color (decimal): -2166765 or 1306846. OLE color: 1306846.

HSL color Cylindrical-coordinate representation of color #DEF013: hue angle of 64.89º 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 #DEF013 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 19 -
CMYK 0.08 0 0.92 0.06
HSL 64.89º 0.88% 0.51% -
HSV(B) 64.89º 0.92% 0.94% -
XYZ 61.4 77.9 12.42 -
YUV 209.42 20.54 136.97 -
System Red Green Blue C M Y K H S L
Decimal 222 240 19 0.08 0 0.92 0.06 64.89 0.88 0.51
Hex DE F0 13 8 0 5C 6 41 58 33
Octal 336 360 23 10 0 134 6 101 130 63
Binary 11011110 11110000 10011 1000 0 1011100 110 1000001 1011000 110011

Color Harmonies of #DEF013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF013

Black with #DEF013

Text Example


Text Example

White with #DEF013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF013; }

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

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

background-color css

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

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

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

border-color css

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

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

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