#D4DD25

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

Shades of Bitter Lemon #D4DD25

Tints of Bitter Lemon #D4DD25

Color information

#D4DD25 (or 0xD4DD25) is unknown color: approx Bitter Lemon. HEX triplet: D4, DD and 25. RGB value is (212,221,37). Sum of RGB (Red+Green+Blue) = 212+221+37=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD25 is #2B22DA. Grayscale: #C6C6C6. Windows color (decimal): -2826971 or 2481620. OLE color: 2481620.

HSL color Cylindrical-coordinate representation of color #D4DD25: hue angle of 62.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4DD25 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB21222137-
CMYK0.0400.830.13
HSL62.93º73.02%50.59%-
HSV(B)62.93º83.26%86.67%-
XYZ53.3465.8411.65-
YUV197.3337.52138.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 221 (86.72% from 255) = 47.02%
BLUE value IS 37 (14.84% from 255) = 7.87%
R=45.11%
G=47.02%
B=7.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212221370.0400.830.1362.9373.0250.59
HexD4DD254053D3f4933
Octal3243354540123157711163
Binary11010100110111011001011000101001111011111111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DD25; }

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

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

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

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

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

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

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

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