#D5FC20

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

Shades of Pear #D5FC20

Tints of Pear #D5FC20

Color information

#D5FC20 (or 0xD5FC20) is unknown color: approx Pear. HEX triplet: D5, FC and 20. RGB value is (213,252,32). Sum of RGB (Red+Green+Blue) = 213+252+32=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC20 is #2A03DF. Grayscale: #D8D8D8. Windows color (decimal): -2753504 or 2161877. OLE color: 2161877.

HSL color Cylindrical-coordinate representation of color #D5FC20: hue angle of 70.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5FC20 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB21325232-
CMYK0.1500.870.01
HSL70.64º97.35%55.69%-
HSV(B)70.64º87.3%98.82%-
XYZ62.5183.8714.26-
YUV215.2624.58126.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 252 (98.83% from 255) = 50.70%
BLUE value IS 32 (12.89% from 255) = 6.44%
R=42.86%
G=50.70%
B=6.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213252320.1500.870.0170.6497.3555.69
HexD5FC20F0571476138
Octal32537440170127110714170
Binary1101010111111100100000111101010111110001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC20; }

 p { color: rgb(213,252,32); }

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

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

 a { background-color: rgb(213,252,32); }

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

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

 span { border-color: rgb(213,252,32); }

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