#D5F535

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

Shades of Pear #D5F535

Tints of Pear #D5F535

Color information

#D5F535 (or 0xD5F535) is unknown color: approx Pear. HEX triplet: D5, F5 and 35. RGB value is (213,245,53). Sum of RGB (Red+Green+Blue) = 213+245+53=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 53 (21.09% from 255 or 10.37% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F535 is #2A0ACA. Grayscale: #D6D6D6. Windows color (decimal): -2755275 or 3536341. OLE color: 3536341.

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

Color convert

RGB21324553-
CMYK0.1300.780.04
HSL70º90.57%58.43%-
HSV(B)70º78.37%96.08%-
XYZ60.7479.7115.55-
YUV213.5437.4127.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 245 (96.09% from 255) = 47.95%
BLUE value IS 53 (21.09% from 255) = 10.37%
R=41.68%
G=47.95%
B=10.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213245530.1300.780.047090.5758.43
HexD5F535D04E4465b3a
Octal32536565150116410613372
Binary110101011111010111010111010100111010010001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F535; }

 p { color: rgb(213,245,53); }

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

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

 a { background-color: rgb(213,245,53); }

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

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

 span { border-color: rgb(213,245,53); }

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