#5CBD46

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

Shades of Apple #5CBD46

Tints of Apple #5CBD46

Color information

#5CBD46 (or 0x5CBD46) is unknown color: approx Apple. HEX triplet: 5C, BD and 46. RGB value is (92,189,70). Sum of RGB (Red+Green+Blue) = 92+189+70=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBD46 is #A342B9. Grayscale: #929292. Windows color (decimal): -10699450 or 4635996. OLE color: 4635996.

HSL color Cylindrical-coordinate representation of color #5CBD46: hue angle of 108.91º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CBD46 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB9218970-
CMYK0.5100.630.26
HSL108.91º47.41%50.78%-
HSV(B)108.91º62.96%74.12%-
XYZ23.7239.1112.09-
YUV146.4384.8689.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.21%
GREEN value IS 189 (74.22% from 255) = 53.85%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=26.21%
G=53.85%
B=19.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92189700.5100.630.26108.9147.4150.78
Hex5CBD463303F1A6d2f33
Octal13427510663077321555763
Binary10111001011110110001101100110111111110101101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,189,70); }

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

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

 a { background-color: rgb(92,189,70); }

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

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

 span { border-color: rgb(92,189,70); }

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