#D5F032

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

Shades of Pear #D5F032

Tints of Pear #D5F032

Color information

#D5F032 (or 0xD5F032) is unknown color: approx Pear. HEX triplet: D5, F0 and 32. RGB value is (213,240,50). Sum of RGB (Red+Green+Blue) = 213+240+50=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F032 is #2A0FCD. Grayscale: #D3D3D3. Windows color (decimal): -2756558 or 3338453. OLE color: 3338453.

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

Color convert

RGB21324050-
CMYK0.1100.790.06
HSL68.53º86.36%56.86%-
HSV(B)68.53º79.17%94.12%-
XYZ59.1876.714.7-
YUV210.2737.55129.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 50 (19.92% from 255) = 9.94%
R=42.35%
G=47.71%
B=9.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213240500.1100.790.0668.5386.3656.86
HexD5F032B04F6455639
Octal32536062130117610512671
Binary110101011111000011001010110100111111010001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F032; }

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

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

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

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

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

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

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

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