Html Css Color HEX #D0DD28 Bitter Lemon

📋 copy color: '#D0DD28'

red 208 ◦ green 221 ◦ blue 40

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

Shades of Bitter Lemon #D0DD28

Tints of Bitter Lemon #D0DD28

RGB

 RED value IS 208 (81.64% from 255) = 44.35%

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

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

R = 44.35%
G = 47.12%
B = 8.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#D0DD28 (or 0xD0DD28) is known color: Bitter Lemon. HEX triplet: D0, DD and 28. RGB value is (208,221,40). Sum of RGB (Red+Green+Blue) = 208+221+40=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD28 is #2F22D7. Grayscale: #C5C5C5. Windows color (decimal): -3089112 or 2678224. OLE color: 2678224.

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

Color convert

RGB 208 221 40 -
CMYK 0.06 0 0.82 0.13
HSL 64.31º 0.73% 0.51% -
HSV(B) 64.31º 0.82% 0.87% -
XYZ 52.25 65.28 11.85 -
YUV 196.48 39.69 136.22 -
System Red Green Blue C M Y K H S L
Decimal 208 221 40 0.06 0 0.82 0.13 64.31 0.73 0.51
Hex D0 DD 28 6 0 52 D 40 49 33
Octal 320 335 50 6 0 122 15 100 111 63
Binary 11010000 11011101 101000 110 0 1010010 1101 1000000 1001001 110011

Color Harmonies of #D0DD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD28

Black with #D0DD28

Text Example


Text Example

White with #D0DD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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