#5CB52F

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

Shades of Apple #5CB52F

Tints of Apple #5CB52F

Color information

#5CB52F (or 0x5CB52F) is unknown color: approx Apple. HEX triplet: 5C, B5 and 2F. RGB value is (92,181,47). Sum of RGB (Red+Green+Blue) = 92+181+47=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB52F is #A34AD0. Grayscale: #8B8B8B. Windows color (decimal): -10701521 or 3126620. OLE color: 3126620.

HSL color Cylindrical-coordinate representation of color #5CB52F: hue angle of 99.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CB52F is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB9218147-
CMYK0.4900.740.29
HSL99.85º58.77%44.71%-
HSV(B)99.85º74.03%70.98%-
XYZ21.4535.538.42-
YUV139.1176.0194.4-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 181 (71.09% from 255) = 56.56%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=28.75%
G=56.56%
B=14.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92181470.4900.740.2999.8558.7744.71
Hex5CB52F3104A1D643b2d
Octal13426557610112351447355
Binary10111001011010110111111000101001010111011100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,181,47); }

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

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

 a { background-color: rgb(92,181,47); }

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

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

 span { border-color: rgb(92,181,47); }

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