#5FBD52

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

Shades of Apple #5FBD52

Tints of Apple #5FBD52

Color information

#5FBD52 (or 0x5FBD52) is unknown color: approx Apple. HEX triplet: 5F, BD and 52. RGB value is (95,189,82). Sum of RGB (Red+Green+Blue) = 95+189+82=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBD52 is #A042AD. Grayscale: #959595. Windows color (decimal): -10502830 or 5422431. OLE color: 5422431.

HSL color Cylindrical-coordinate representation of color #5FBD52: hue angle of 112.71º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBD52 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB9518982-
CMYK0.5000.570.26
HSL112.71º44.77%53.14%-
HSV(B)112.71º56.61%74.12%-
XYZ24.4439.4414.31-
YUV148.790.3689.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.96%
GREEN value IS 189 (74.22% from 255) = 51.64%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=25.96%
G=51.64%
B=22.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95189820.5000.570.26112.7144.7753.14
Hex5FBD52320391A712d35
Octal13727512262071321615565
Binary10111111011110110100101100100111001110101110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,189,82); }

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

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

 a { background-color: rgb(95,189,82); }

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

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

 span { border-color: rgb(95,189,82); }

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