#D5FC36

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

Shades of Pear #D5FC36

Tints of Pear #D5FC36

Color information

#D5FC36 (or 0xD5FC36) is unknown color: approx Pear. HEX triplet: D5, FC and 36. RGB value is (213,252,54). Sum of RGB (Red+Green+Blue) = 213+252+54=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 54 (21.48% from 255 or 10.40% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC36 is #2A03C9. Grayscale: #DADADA. Windows color (decimal): -2753482 or 3603669. OLE color: 3603669.

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

Color convert

RGB21325254-
CMYK0.1500.790.01
HSL71.82º97.06%60%-
HSV(B)71.82º78.57%98.82%-
XYZ62.9284.0316.39-
YUV217.7735.58124.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 252 (98.83% from 255) = 48.55%
BLUE value IS 54 (21.48% from 255) = 10.40%
R=41.04%
G=48.55%
B=10.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213252540.1500.790.0171.8297.0660
HexD5FC36F04F148613c
Octal32537466170117111014174
Binary1101010111111100110110111101001111110010001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC36; }

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

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

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

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

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

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

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

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