#D4DA25

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

Shades of Bitter Lemon #D4DA25

Tints of Bitter Lemon #D4DA25

Color information

#D4DA25 (or 0xD4DA25) is unknown color: approx Bitter Lemon. HEX triplet: D4, DA and 25. RGB value is (212,218,37). Sum of RGB (Red+Green+Blue) = 212+218+37=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA25 is #2B25DA. Grayscale: #C4C4C4. Windows color (decimal): -2827739 or 2480852. OLE color: 2480852.

HSL color Cylindrical-coordinate representation of color #D4DA25: hue angle of 61.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4DA25 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21221837-
CMYK0.0300.830.15
HSL61.99º70.98%50%-
HSV(B)61.99º83.03%85.49%-
XYZ52.5664.2711.39-
YUV195.5738.51139.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 37 (14.84% from 255) = 7.92%
R=45.40%
G=46.68%
B=7.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212218370.0300.830.1561.9970.9850
HexD4DA253053F3e4732
Octal3243324530123177610762
Binary1101010011011010100101110101001111111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DA25; }

 p { color: rgb(212,218,37); }

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

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

 a { background-color: rgb(212,218,37); }

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

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

 span { border-color: rgb(212,218,37); }

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