#D6F532

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

Shades of Pear #D6F532

Tints of Pear #D6F532

Color information

#D6F532 (or 0xD6F532) is unknown color: approx Pear. HEX triplet: D6, F5 and 32. RGB value is (214,245,50). Sum of RGB (Red+Green+Blue) = 214+245+50=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #D6F532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F532 is #290ACD. Grayscale: #D6D6D6. Windows color (decimal): -2689742 or 3339734. OLE color: 3339734.

HSL color Cylindrical-coordinate representation of color #D6F532: hue angle of 69.54º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6F532 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB21424550-
CMYK0.1300.800.04
HSL69.54º90.7%57.84%-
HSV(B)69.54º79.59%96.08%-
XYZ60.9679.8315.21-
YUV213.535.73128.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 245 (96.09% from 255) = 48.13%
BLUE value IS 50 (19.92% from 255) = 9.82%
R=42.04%
G=48.13%
B=9.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214245500.1300.800.0469.5490.757.84
HexD6F532D0504465b3a
Octal32636562150120410613372
Binary110101101111010111001011010101000010010001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F532; }

 p { color: rgb(214,245,50); }

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

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

 a { background-color: rgb(214,245,50); }

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

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

 span { border-color: rgb(214,245,50); }

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