Html Css Color HEX #D4DD28 Bitter Lemon

📋 copy color: '#D4DD28'

red 212 ◦ green 221 ◦ blue 40

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

Shades of Bitter Lemon #D4DD28

Tints of Bitter Lemon #D4DD28

RGB

 RED value IS 212 (83.2% from 255) = 44.82%

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

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 44.82%
G = 46.72%
B = 8.46%

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

#D4DD28 (or 0xD4DD28) is known color: Bitter Lemon. HEX triplet: D4, DD and 28. RGB value is (212,221,40). Sum of RGB (Red+Green+Blue) = 212+221+40=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD28 is #2B22D7. Grayscale: #C6C6C6. Windows color (decimal): -2826968 or 2678228. OLE color: 2678228.

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

Color convert

RGB 212 221 40 -
CMYK 0.04 0 0.82 0.13
HSL 62.98º 0.73% 0.51% -
HSV(B) 62.98º 0.82% 0.87% -
XYZ 53.39 65.86 11.91 -
YUV 197.68 39.02 138.22 -
System Red Green Blue C M Y K H S L
Decimal 212 221 40 0.04 0 0.82 0.13 62.98 0.73 0.51
Hex D4 DD 28 4 0 52 D 3F 49 33
Octal 324 335 50 4 0 122 15 77 111 63
Binary 11010100 11011101 101000 100 0 1010010 1101 111111 1001001 110011

Color Harmonies of #D4DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD28

Black with #D4DD28

Text Example


Text Example

White with #D4DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD28; }

 p { color: rgb(212,221,40); }

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

background-color css

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

 a { background-color: rgb(212,221,40); }

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

border-color css

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

 span { border-color: rgb(212,221,40); }

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