Html Css Color HEX #D5DD36 Bitter Lemon

📋 copy color: '#D5DD36'

red 213 ◦ green 221 ◦ blue 54

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

Shades of Bitter Lemon #D5DD36

Tints of Bitter Lemon #D5DD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.07%

R = 43.65%
G = 45.29%
B = 11.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#D5DD36 (or 0xD5DD36) is known color: Bitter Lemon. HEX triplet: D5, DD and 36. RGB value is (213,221,54). Sum of RGB (Red+Green+Blue) = 213+221+54=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD36 is #2A22C9. Grayscale: #C8C8C8. Windows color (decimal): -2761418 or 3595733. OLE color: 3595733.

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

Color convert

RGB 213 221 54 -
CMYK 0.04 0 0.76 0.13
HSL 62.87º 0.71% 0.54% -
HSV(B) 62.87º 0.76% 0.87% -
XYZ 53.96 66.13 13.41 -
YUV 199.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 213 221 54 0.04 0 0.76 0.13 62.87 0.71 0.54
Hex D5 DD 36 4 0 4C D 3F 47 36
Octal 325 335 66 4 0 114 15 77 107 66
Binary 11010101 11011101 110110 100 0 1001100 1101 111111 1000111 110110

Color Harmonies of #D5DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD36

Black with #D5DD36

Text Example


Text Example

White with #D5DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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