#DEF914

Color #DEF914 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #DEF914

Tints of Chartreuse Yellow #DEF914

Color information

#DEF914 (or 0xDEF914) is unknown color: approx Chartreuse Yellow. HEX triplet: DE, F9 and 14. RGB value is (222,249,20). Sum of RGB (Red+Green+Blue) = 222+249+20=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DEF914 is #2106EB. Grayscale: #D7D7D7. Windows color (decimal): -2164460 or 1374686. OLE color: 1374686.

HSL color Cylindrical-coordinate representation of color #DEF914: hue angle of 67.07º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEF914 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB22224920-
CMYK0.1100.920.02
HSL67.07º95.02%52.75%-
HSV(B)67.07º91.97%97.65%-
XYZ64.1383.3313.37-
YUV214.8218.05133.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 249 (97.66% from 255) = 50.71%
BLUE value IS 20 (8.20% from 255) = 4.07%
R=45.21%
G=50.71%
B=4.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222249200.1100.920.0267.0795.0252.75
HexDEF914B05C2435f35
Octal33637124130134210313765
Binary1101111011111001101001011010111001010000111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF914; }

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

 H1.HeaderClassName
 {
   color: #DEF914;
 }
 .AnyTagClassName
 {
   color: #DEF914;
 }
</style>
background-color css

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

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

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

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

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

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