Html Css Color HEX #D5DD37 Bitter Lemon

📋 copy color: '#D5DD37'

red 213 ◦ green 221 ◦ blue 55

#D5DD37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #D5DD37

Tints of Bitter Lemon #D5DD37

RGB

 RED value IS 213 (83.59% from 255) = 43.56%

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 55 (21.88% from 255) = 11.25%

R = 43.56%
G = 45.19%
B = 11.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#D5DD37 (or 0xD5DD37) is known color: Bitter Lemon. HEX triplet: D5, DD and 37. RGB value is (213,221,55). Sum of RGB (Red+Green+Blue) = 213+221+55=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD37 is #2A22C8. Grayscale: #C8C8C8. Windows color (decimal): -2761417 or 3661269. OLE color: 3661269.

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

Color convert

RGB 213 221 55 -
CMYK 0.04 0 0.75 0.13
HSL 62.89º 0.71% 0.54% -
HSV(B) 62.89º 0.75% 0.87% -
XYZ 53.99 66.13 13.53 -
YUV 199.68 46.35 137.5 -
System Red Green Blue C M Y K H S L
Decimal 213 221 55 0.04 0 0.75 0.13 62.89 0.71 0.54
Hex D5 DD 37 4 0 4B D 3F 47 36
Octal 325 335 67 4 0 113 15 77 107 66
Binary 11010101 11011101 110111 100 0 1001011 1101 111111 1000111 110110

Color Harmonies of #D5DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD37

Black with #D5DD37

Text Example


Text Example

White with #D5DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD37; }

 p { color: rgb(213,221,55); }

 H1.HeaderClassName
 {
   color: #D5DD37;
 }
 .AnyTagClassName
 {
   color: #D5DD37;
 }
</style>

background-color css

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

 a { background-color: rgb(213,221,55); }

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

border-color css

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

 span { border-color: rgb(213,221,55); }

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