#D5F541

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

Shades of Pear #D5F541

Tints of Pear #D5F541

Color information

#D5F541 (or 0xD5F541) is unknown color: approx Pear. HEX triplet: D5, F5 and 41. RGB value is (213,245,65). Sum of RGB (Red+Green+Blue) = 213+245+65=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 65 (25.78% from 255 or 12.43% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F541 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F541 is #2A0ABE. Grayscale: #D7D7D7. Windows color (decimal): -2755263 or 4322773. OLE color: 4322773.

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

Color convert

RGB21324565-
CMYK0.1300.730.04
HSL70.67º90%60.78%-
HSV(B)70.67º73.47%96.08%-
XYZ61.0579.8317.19-
YUV214.9143.4126.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 245 (96.09% from 255) = 46.85%
BLUE value IS 65 (25.78% from 255) = 12.43%
R=40.73%
G=46.85%
B=12.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal213245650.1300.730.0470.679060.78
HexD5F541D0494475a3d
Octal325365101150111410713275
Binary1101010111110101100000111010100100110010001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F541; }

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

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

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

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

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

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

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

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