#D5FC34

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

Shades of Pear #D5FC34

Tints of Pear #D5FC34

Color information

#D5FC34 (or 0xD5FC34) is unknown color: approx Pear. HEX triplet: D5, FC and 34. RGB value is (213,252,52). Sum of RGB (Red+Green+Blue) = 213+252+52=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FC34 is #2A03CB. Grayscale: #DADADA. Windows color (decimal): -2753484 or 3472597. OLE color: 3472597.

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

Color convert

RGB21325252-
CMYK0.1500.790.01
HSL71.7º97.09%59.61%-
HSV(B)71.7º79.37%98.82%-
XYZ62.8784.0116.15-
YUV217.5434.58124.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 252 (98.83% from 255) = 48.74%
BLUE value IS 52 (20.70% from 255) = 10.06%
R=41.20%
G=48.74%
B=10.06%

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
Decimal213252520.1500.790.0171.797.0959.61
HexD5FC34F04F148613c
Octal32537464170117111014174
Binary1101010111111100110100111101001111110010001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC34; }

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

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

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

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

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

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

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

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