Html Css Color HEX #D5DD45 Bitter Lemon

📋 copy color: '#D5DD45'

red 213 ◦ green 221 ◦ blue 69

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

Shades of Bitter Lemon #D5DD45

Tints of Bitter Lemon #D5DD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.72%

R = 42.35%
G = 43.94%
B = 13.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#D5DD45 (or 0xD5DD45) is known color: Bitter Lemon. HEX triplet: D5, DD and 45. RGB value is (213,221,69). Sum of RGB (Red+Green+Blue) = 213+221+69=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD45 is #2A22BA. Grayscale: #C9C9C9. Windows color (decimal): -2761403 or 4578773. OLE color: 4578773.

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

Color convert

RGB 213 221 69 -
CMYK 0.04 0 0.69 0.13
HSL 63.16º 0.69% 0.57% -
HSV(B) 63.16º 0.69% 0.87% -
XYZ 54.37 66.29 15.56 -
YUV 201.28 53.35 136.36 -
System Red Green Blue C M Y K H S L
Decimal 213 221 69 0.04 0 0.69 0.13 63.16 0.69 0.57
Hex D5 DD 45 4 0 45 D 3F 45 39
Octal 325 335 105 4 0 105 15 77 105 71
Binary 11010101 11011101 1000101 100 0 1000101 1101 111111 1000101 111001

Color Harmonies of #D5DD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD45

Black with #D5DD45

Text Example


Text Example

White with #D5DD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD45; }

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

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

background-color css

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

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

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

border-color css

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

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

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