#DAEB10

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

Shades of Chartreuse Yellow #DAEB10

Tints of Chartreuse Yellow #DAEB10

Color information

#DAEB10 (or 0xDAEB10) is unknown color: approx Chartreuse Yellow. HEX triplet: DA, EB and 10. RGB value is (218,235,16). Sum of RGB (Red+Green+Blue) = 218+235+16=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEB10 is #2514EF. Grayscale: #CDCDCD. Windows color (decimal): -2430192 or 1108954. OLE color: 1108954.

HSL color Cylindrical-coordinate representation of color #DAEB10: hue angle of 64.66º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAEB10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB21823516-
CMYK0.0700.930.08
HSL64.66º87.25%49.22%-
HSV(B)64.66º93.19%92.16%-
XYZ58.7274.3611.75-
YUV204.9521.37137.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.48%
GREEN value IS 235 (92.19% from 255) = 50.11%
BLUE value IS 16 (6.64% from 255) = 3.41%
R=46.48%
G=50.11%
B=3.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal218235160.0700.930.0864.6687.2549.22
HexDAEB10705D8415731
Octal33235320701351010112761
Binary11011010111010111000011101011101100010000011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB10; }

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

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

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

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

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

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

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

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