Html Css Color HEX #D2E532 Pear

📋 copy color: '#D2E532'

red 210 ◦ green 229 ◦ blue 50

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

Shades of Pear #D2E532

Tints of Pear #D2E532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.83%

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

R = 42.94%
G = 46.83%
B = 10.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#D2E532 (or 0xD2E532) is known color: Pear. HEX triplet: D2, E5 and 32. RGB value is (210,229,50). Sum of RGB (Red+Green+Blue) = 210+229+50=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E532 is #2D1ACD. Grayscale: #CBCBCB. Windows color (decimal): -2955982 or 3335634. OLE color: 3335634.

HSL color Cylindrical-coordinate representation of color #D2E532: hue angle of 66.37º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2E532 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 50 -
CMYK 0.08 0 0.78 0.10
HSL 66.37º 0.77% 0.55% -
HSV(B) 66.37º 0.78% 0.9% -
XYZ 55.17 69.97 13.62 -
YUV 202.91 41.71 133.05 -
System Red Green Blue C M Y K H S L
Decimal 210 229 50 0.08 0 0.78 0.10 66.37 0.77 0.55
Hex D2 E5 32 8 0 4E A 42 4D 37
Octal 322 345 62 10 0 116 12 102 115 67
Binary 11010010 11100101 110010 1000 0 1001110 1010 1000010 1001101 110111

Color Harmonies of #D2E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E532

Black with #D2E532

Text Example


Text Example

White with #D2E532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E532; }

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

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

background-color css

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

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

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

border-color css

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

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

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