Html Css Color HEX #D5DF45 Bitter Lemon

📋 copy color: '#D5DF45'

red 213 ◦ green 223 ◦ blue 69

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

Shades of Bitter Lemon #D5DF45

Tints of Bitter Lemon #D5DF45

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 42.18%
G = 44.16%
B = 13.66%

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

#D5DF45 (or 0xD5DF45) is known color: Bitter Lemon. HEX triplet: D5, DF and 45. RGB value is (213,223,69). Sum of RGB (Red+Green+Blue) = 213+223+69=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF45 is #2A20BA. Grayscale: #CBCBCB. Windows color (decimal): -2760891 or 4579285. OLE color: 4579285.

HSL color Cylindrical-coordinate representation of color #D5DF45: hue angle of 63.9º degrees, saturation: 0.71, 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 #D5DF45 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 223 69 -
CMYK 0.04 0 0.69 0.13
HSL 63.9º 0.71% 0.57% -
HSV(B) 63.9º 0.69% 0.87% -
XYZ 54.9 67.35 15.74 -
YUV 202.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 213 223 69 0.04 0 0.69 0.13 63.9 0.71 0.57
Hex D5 DF 45 4 0 45 D 40 47 39
Octal 325 337 105 4 0 105 15 100 107 71
Binary 11010101 11011111 1000101 100 0 1000101 1101 1000000 1000111 111001

Color Harmonies of #D5DF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DF45

Black with #D5DF45

Text Example


Text Example

White with #D5DF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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