Html Css Color HEX #D2DE32 Bitter Lemon

📋 copy color: '#D2DE32'

red 210 ◦ green 222 ◦ blue 50

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

Shades of Bitter Lemon #D2DE32

Tints of Bitter Lemon #D2DE32

RGB

 RED value IS 210 (82.42% from 255) = 43.57%

 GREEN value IS 222 (87.11% from 255) = 46.06%

 BLUE value IS 50 (19.92% from 255) = 10.37%

R = 43.57%
G = 46.06%
B = 10.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D2DE32 (or 0xD2DE32) is known color: Bitter Lemon. HEX triplet: D2, DE and 32. RGB value is (210,222,50). Sum of RGB (Red+Green+Blue) = 210+222+50=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DE32 is #2D21CD. Grayscale: #C7C7C7. Windows color (decimal): -2957774 or 3333842. OLE color: 3333842.

HSL color Cylindrical-coordinate representation of color #D2DE32: hue angle of 64.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2DE32 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 222 50 -
CMYK 0.05 0 0.77 0.13
HSL 64.19º 0.72% 0.53% -
HSV(B) 64.19º 0.77% 0.87% -
XYZ 53.28 66.17 12.98 -
YUV 198.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 210 222 50 0.05 0 0.77 0.13 64.19 0.72 0.53
Hex D2 DE 32 5 0 4D D 40 48 35
Octal 322 336 62 5 0 115 15 100 110 65
Binary 11010010 11011110 110010 101 0 1001101 1101 1000000 1001000 110101

Color Harmonies of #D2DE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DE32

Black with #D2DE32

Text Example


Text Example

White with #D2DE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DE32; }

 p { color: rgb(210,222,50); }

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

background-color css

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

 a { background-color: rgb(210,222,50); }

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

border-color css

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

 span { border-color: rgb(210,222,50); }

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