Html Css Color HEX #D5DD27 Bitter Lemon

📋 copy color: '#D5DD27'

red 213 ◦ green 221 ◦ blue 39

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

Shades of Bitter Lemon #D5DD27

Tints of Bitter Lemon #D5DD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.25%

R = 45.03%
G = 46.72%
B = 8.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#D5DD27 (or 0xD5DD27) is known color: Bitter Lemon. HEX triplet: D5, DD and 27. RGB value is (213,221,39). Sum of RGB (Red+Green+Blue) = 213+221+39=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 39 (15.62% from 255 or 8.25% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD27 is #2A22D8. Grayscale: #C6C6C6. Windows color (decimal): -2761433 or 2612693. OLE color: 2612693.

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

Color convert

RGB 213 221 39 -
CMYK 0.04 0 0.82 0.13
HSL 62.64º 0.73% 0.51% -
HSV(B) 62.64º 0.82% 0.87% -
XYZ 53.66 66.01 11.83 -
YUV 197.86 38.35 138.8 -
System Red Green Blue C M Y K H S L
Decimal 213 221 39 0.04 0 0.82 0.13 62.64 0.73 0.51
Hex D5 DD 27 4 0 52 D 3F 49 33
Octal 325 335 47 4 0 122 15 77 111 63
Binary 11010101 11011101 100111 100 0 1010010 1101 111111 1001001 110011

Color Harmonies of #D5DD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD27

Black with #D5DD27

Text Example


Text Example

White with #D5DD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD27; }

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

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

background-color css

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

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

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

border-color css

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

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

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