#5CBF52

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

Shades of Apple #5CBF52

Tints of Apple #5CBF52

Color information

#5CBF52 (or 0x5CBF52) is unknown color: approx Apple. HEX triplet: 5C, BF and 52. RGB value is (92,191,82). Sum of RGB (Red+Green+Blue) = 92+191+82=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBF52 is #A340AD. Grayscale: #959595. Windows color (decimal): -10698926 or 5422940. OLE color: 5422940.

HSL color Cylindrical-coordinate representation of color #5CBF52: hue angle of 114.5º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CBF52 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB9219182-
CMYK0.5200.570.25
HSL114.5º45.99%53.53%-
HSV(B)114.5º57.07%74.9%-
XYZ24.5740.1514.44-
YUV148.9790.287.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.21%
GREEN value IS 191 (75% from 255) = 52.33%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=25.21%
G=52.33%
B=22.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92191820.5200.570.25114.545.9953.53
Hex5CBF523403919722e36
Octal13427712264071311625666
Binary10111001011111110100101101000111001110011110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,191,82); }

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

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

 a { background-color: rgb(92,191,82); }

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

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

 span { border-color: rgb(92,191,82); }

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