#5CBD53

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

Shades of Apple #5CBD53

Tints of Apple #5CBD53

Color information

#5CBD53 (or 0x5CBD53) is unknown color: approx Apple. HEX triplet: 5C, BD and 53. RGB value is (92,189,83). Sum of RGB (Red+Green+Blue) = 92+189+83=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBD53 is #A342AC. Grayscale: #949494. Windows color (decimal): -10699437 or 5487964. OLE color: 5487964.

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

Color convert

RGB9218983-
CMYK0.5100.560.26
HSL114.91º44.54%53.33%-
HSV(B)114.91º56.08%74.12%-
XYZ24.1739.314.49-
YUV147.9191.3688.12-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.27%
GREEN value IS 189 (74.22% from 255) = 51.92%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=25.27%
G=51.92%
B=22.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92189830.5100.560.26114.9144.5453.33
Hex5CBD53330381A732d35
Octal13427512363070321635565
Binary10111001011110110100111100110111000110101110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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