#5CBD54

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

Shades of Apple #5CBD54

Tints of Apple #5CBD54

Color information

#5CBD54 (or 0x5CBD54) is unknown color: approx Apple. HEX triplet: 5C, BD and 54. RGB value is (92,189,84). Sum of RGB (Red+Green+Blue) = 92+189+84=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBD54 is #A342AB. Grayscale: #949494. Windows color (decimal): -10699436 or 5553500. OLE color: 5553500.

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

Color convert

RGB9218984-
CMYK0.5100.560.26
HSL115.43º44.3%53.53%-
HSV(B)115.43º55.56%74.12%-
XYZ24.2139.3114.7-
YUV148.0391.8688.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.21%
GREEN value IS 189 (74.22% from 255) = 51.78%
BLUE value IS 84 (33.20% from 255) = 23.01%
R=25.21%
G=51.78%
B=23.01%

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
Decimal92189840.5100.560.26115.4344.353.53
Hex5CBD54330381A732c36
Octal13427512463070321635466
Binary10111001011110110101001100110111000110101110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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