Html Css Color HEX #D5DD24 Bitter Lemon

📋 copy color: '#D5DD24'

red 213 ◦ green 221 ◦ blue 36

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

Shades of Bitter Lemon #D5DD24

Tints of Bitter Lemon #D5DD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.66%

R = 45.32%
G = 47.02%
B = 7.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#D5DD24 (or 0xD5DD24) is known color: Bitter Lemon. HEX triplet: D5, DD and 24. RGB value is (213,221,36). Sum of RGB (Red+Green+Blue) = 213+221+36=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD24 is #2A22DB. Grayscale: #C6C6C6. Windows color (decimal): -2761436 or 2416085. OLE color: 2416085.

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

Color convert

RGB 213 221 36 -
CMYK 0.04 0 0.84 0.13
HSL 62.59º 0.73% 0.5% -
HSV(B) 62.59º 0.84% 0.87% -
XYZ 53.62 65.99 11.58 -
YUV 197.52 36.85 139.04 -
System Red Green Blue C M Y K H S L
Decimal 213 221 36 0.04 0 0.84 0.13 62.59 0.73 0.5
Hex D5 DD 24 4 0 54 D 3F 49 32
Octal 325 335 44 4 0 124 15 77 111 62
Binary 11010101 11011101 100100 100 0 1010100 1101 111111 1001001 110010

Color Harmonies of #D5DD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD24

Black with #D5DD24

Text Example


Text Example

White with #D5DD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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