#DAE038

Color #DAE038 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #DAE038

Tints of Bitter Lemon #DAE038

Color information

#DAE038 (or 0xDAE038) is unknown color: approx Bitter Lemon. HEX triplet: DA, E0 and 38. RGB value is (218,224,56). Sum of RGB (Red+Green+Blue) = 218+224+56=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 56 (22.27% from 255 or 11.24% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE038 is #251FC7. Grayscale: #CBCBCB. Windows color (decimal): -2432968 or 3727578. OLE color: 3727578.

HSL color Cylindrical-coordinate representation of color #DAE038: hue angle of 62.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAE038 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB21822456-
CMYK0.0300.750.12
HSL62.14º73.04%54.9%-
HSV(B)62.14º75%87.84%-
XYZ56.2868.514-
YUV203.0545.01138.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.78%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 56 (22.27% from 255) = 11.24%
R=43.78%
G=44.98%
B=11.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal218224560.0300.750.1262.1473.0454.9
HexDAE038304BC3e4937
Octal3323407030113147611167
Binary1101101011100000111000110100101111001111101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE038; }

 p { color: rgb(218,224,56); }

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

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

 a { background-color: rgb(218,224,56); }

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

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

 span { border-color: rgb(218,224,56); }

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