#D3F531

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

Shades of Pear #D3F531

Tints of Pear #D3F531

Color information

#D3F531 (or 0xD3F531) is unknown color: approx Pear. HEX triplet: D3, F5 and 31. RGB value is (211,245,49). Sum of RGB (Red+Green+Blue) = 211+245+49=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F531 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F531 is #2C0ACE. Grayscale: #D5D5D5. Windows color (decimal): -2886351 or 3274195. OLE color: 3274195.

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

Color convert

RGB21124549-
CMYK0.1400.80.04
HSL70.41º90.74%57.65%-
HSV(B)70.41º80%96.08%-
XYZ60.0779.3815.06-
YUV212.4935.74126.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.78%
GREEN value IS 245 (96.09% from 255) = 48.51%
BLUE value IS 49 (19.53% from 255) = 9.70%
R=41.78%
G=48.51%
B=9.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211245490.1400.80.0470.4190.7457.65
HexD3F531E0504465b3a
Octal32336561160120410613372
Binary110100111111010111000111100101000010010001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F531; }

 p { color: rgb(211,245,49); }

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

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

 a { background-color: rgb(211,245,49); }

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

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

 span { border-color: rgb(211,245,49); }

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