#DAEF10

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

Shades of Chartreuse Yellow #DAEF10

Tints of Chartreuse Yellow #DAEF10

Color information

#DAEF10 (or 0xDAEF10) is unknown color: approx Chartreuse Yellow. HEX triplet: DA, EF and 10. RGB value is (218,239,16). Sum of RGB (Red+Green+Blue) = 218+239+16=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEF10 is #2510EF. Grayscale: #D0D0D0. Windows color (decimal): -2429168 or 1109978. OLE color: 1109978.

HSL color Cylindrical-coordinate representation of color #DAEF10: hue angle of 65.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAEF10 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB21823916-
CMYK0.0900.930.06
HSL65.65º87.45%50%-
HSV(B)65.65º93.31%93.73%-
XYZ59.8776.6812.13-
YUV207.320.04135.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.09%
GREEN value IS 239 (93.75% from 255) = 50.53%
BLUE value IS 16 (6.64% from 255) = 3.38%
R=46.09%
G=50.53%
B=3.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal218239160.0900.930.0665.6587.4550
HexDAEF10905D6425732
Octal33235720110135610212762
Binary11011010111011111000010010101110111010000101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEF10; }

 p { color: rgb(218,239,16); }

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

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

 a { background-color: rgb(218,239,16); }

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

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

 span { border-color: rgb(218,239,16); }

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