#5CB530

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

Shades of Apple #5CB530

Tints of Apple #5CB530

Color information

#5CB530 (or 0x5CB530) is unknown color: approx Apple. HEX triplet: 5C, B5 and 30. RGB value is (92,181,48). Sum of RGB (Red+Green+Blue) = 92+181+48=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #5CB530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB530 is #A34ACF. Grayscale: #8B8B8B. Windows color (decimal): -10701520 or 3192156. OLE color: 3192156.

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

Color convert

RGB9218148-
CMYK0.4900.730.29
HSL100.15º58.08%44.9%-
HSV(B)100.15º73.48%70.98%-
XYZ21.4735.548.52-
YUV139.2376.5194.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 181 (71.09% from 255) = 56.39%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=28.66%
G=56.39%
B=14.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal92181480.4900.730.29100.1558.0844.9
Hex5CB530310491D643a2d
Octal13426560610111351447255
Binary10111001011010111000011000101001001111011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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