#5CBD4C

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

Shades of Apple #5CBD4C

Tints of Apple #5CBD4C

Color information

#5CBD4C (or 0x5CBD4C) is unknown color: approx Apple. HEX triplet: 5C, BD and 4C. RGB value is (92,189,76). Sum of RGB (Red+Green+Blue) = 92+189+76=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #5CBD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBD4C is #A342B3. Grayscale: #939393. Windows color (decimal): -10699444 or 5029212. OLE color: 5029212.

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

Color convert

RGB9218976-
CMYK0.5100.600.26
HSL111.5º46.12%51.96%-
HSV(B)111.5º59.79%74.12%-
XYZ23.9239.1913.14-
YUV147.1187.8688.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.77%
GREEN value IS 189 (74.22% from 255) = 52.94%
BLUE value IS 76 (30.08% from 255) = 21.29%
R=25.77%
G=52.94%
B=21.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92189760.5100.600.26111.546.1251.96
Hex5CBD4C3303C1A702e34
Octal13427511463074321605664
Binary10111001011110110011001100110111100110101110000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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