#5bd952

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

Shades of Apple #5BD952

Tints of Apple #5BD952

Color information

#5BD952 (or 0x5BD952) is unknown color: approx Apple. HEX triplet: 5B, D9 and 52. RGB value is (91,217,82). Sum of RGB (Red+Green+Blue) = 91+217+82=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #5BD952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BD952 is #A426AD. Grayscale: #A4A4A4. Windows color (decimal): -10757806 or 5429595. OLE color: 5429595.

HSL color Cylindrical-coordinate representation of color #5BD952: hue angle of 116º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BD952 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB9121782-
CMYK0.5800.620.15
HSL116º63.98%58.63%-
HSV(B)116º62.21%85.1%-
XYZ30.6552.4616.49-
YUV163.9481.7675.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.33%
GREEN value IS 217 (85.16% from 255) = 55.64%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=23.33%
G=55.64%
B=21.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91217820.5800.620.1511663.9858.63
Hex5BD9523A03EF74403b
Octal133331122720761716410073
Binary10110111101100110100101110100111110111111101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bd952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5bd952; }

 p { color: rgb(91,217,82); }

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

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

 a { background-color: rgb(91,217,82); }

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

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

 span { border-color: rgb(91,217,82); }

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