Html Css Color HEX #D1DE32 Bitter Lemon

📋 copy color: '#D1DE32'

red 209 ◦ green 222 ◦ blue 50

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

Shades of Bitter Lemon #D1DE32

Tints of Bitter Lemon #D1DE32

RGB

 RED value IS 209 (82.03% from 255) = 43.45%

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

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

R = 43.45%
G = 46.15%
B = 10.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D1DE32 (or 0xD1DE32) is known color: Bitter Lemon. HEX triplet: D1, DE and 32. RGB value is (209,222,50). Sum of RGB (Red+Green+Blue) = 209+222+50=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DE32 is #2E21CD. Grayscale: #C7C7C7. Windows color (decimal): -3023310 or 3333841. OLE color: 3333841.

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

Color convert

RGB 209 222 50 -
CMYK 0.06 0 0.77 0.13
HSL 64.53º 0.72% 0.53% -
HSV(B) 64.53º 0.77% 0.87% -
XYZ 52.99 66.03 12.97 -
YUV 198.51 44.19 135.49 -
System Red Green Blue C M Y K H S L
Decimal 209 222 50 0.06 0 0.77 0.13 64.53 0.72 0.53
Hex D1 DE 32 6 0 4D D 41 48 35
Octal 321 336 62 6 0 115 15 101 110 65
Binary 11010001 11011110 110010 110 0 1001101 1101 1000001 1001000 110101

Color Harmonies of #D1DE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DE32

Black with #D1DE32

Text Example


Text Example

White with #D1DE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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