#D2F032

Color #D2F032 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D2F032

Tints of Pear #D2F032

Color information

#D2F032 (or 0xD2F032) is unknown color: approx Pear. HEX triplet: D2, F0 and 32. RGB value is (210,240,50). Sum of RGB (Red+Green+Blue) = 210+240+50=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F032 is #2D0FCD. Grayscale: #D2D2D2. Windows color (decimal): -2953166 or 3338450. OLE color: 3338450.

HSL color Cylindrical-coordinate representation of color #D2F032: hue angle of 69.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2F032 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB21024050-
CMYK0.1200.790.06
HSL69.47º86.36%56.86%-
HSV(B)69.47º79.17%94.12%-
XYZ58.3176.2514.66-
YUV209.3738.06128.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 240 (94.14% from 255) = 48%
BLUE value IS 50 (19.92% from 255) = 10%
R=42%
G=48%
B=10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210240500.1200.790.0669.4786.3656.86
HexD2F032C04F6455639
Octal32236062140117610512671
Binary110100101111000011001011000100111111010001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F032; }

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

 H1.HeaderClassName
 {
   color: #D2F032;
 }
 .AnyTagClassName
 {
   color: #D2F032;
 }
</style>
background-color css

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

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

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

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

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

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