#D2F832

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

Shades of Pear #D2F832

Tints of Pear #D2F832

Color information

#D2F832 (or 0xD2F832) is unknown color: approx Pear. HEX triplet: D2, F8 and 32. RGB value is (210,248,50). Sum of RGB (Red+Green+Blue) = 210+248+50=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F832 is #2D07CD. Grayscale: #D6D6D6. Windows color (decimal): -2951118 or 3340498. OLE color: 3340498.

HSL color Cylindrical-coordinate representation of color #D2F832: hue angle of 71.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2F832 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB21024850-
CMYK0.1500.800.03
HSL71.52º93.4%58.43%-
HSV(B)71.52º79.84%97.25%-
XYZ60.7281.0715.46-
YUV214.0735.41125.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.34%
GREEN value IS 248 (97.27% from 255) = 48.82%
BLUE value IS 50 (19.92% from 255) = 9.84%
R=41.34%
G=48.82%
B=9.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210248500.1500.800.0371.5293.458.43
HexD2F832F0503485d3a
Octal32237062170120311013572
Binary11010010111110001100101111010100001110010001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F832; }

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

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

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

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

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

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

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

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