#5CBB40

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

Shades of Apple #5CBB40

Tints of Apple #5CBB40

Color information

#5CBB40 (or 0x5CBB40) is unknown color: approx Apple. HEX triplet: 5C, BB and 40. RGB value is (92,187,64). Sum of RGB (Red+Green+Blue) = 92+187+64=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 187 (73.44% from 255 or 54.52% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBB40 is #A344BF. Grayscale: #909090. Windows color (decimal): -10699968 or 4242268. OLE color: 4242268.

HSL color Cylindrical-coordinate representation of color #5CBB40: hue angle of 106.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CBB40 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB9218764-
CMYK0.5100.660.27
HSL106.34º49%49.22%-
HSV(B)106.34º65.78%73.33%-
XYZ23.1138.1911-
YUV144.5782.5390.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 187 (73.44% from 255) = 54.52%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=26.82%
G=54.52%
B=18.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92187640.5100.660.27106.344949.22
Hex5CBB40330421B6a3131
Octal134273100630102331526161
Binary101110010111011100000011001101000010110111101010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,187,64); }

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

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

 a { background-color: rgb(92,187,64); }

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

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

 span { border-color: rgb(92,187,64); }

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