#5CB93D

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

Shades of Apple #5CB93D

Tints of Apple #5CB93D

Color information

#5CB93D (or 0x5CB93D) is unknown color: approx Apple. HEX triplet: 5C, B9 and 3D. RGB value is (92,185,61). Sum of RGB (Red+Green+Blue) = 92+185+61=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CB93D is #A346C2. Grayscale: #8F8F8F. Windows color (decimal): -10700483 or 4045148. OLE color: 4045148.

HSL color Cylindrical-coordinate representation of color #5CB93D: hue angle of 105º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5CB93D is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB9218561-
CMYK0.5000.670.27
HSL105º50.41%48.24%-
HSV(B)105º67.03%72.55%-
XYZ22.637.3110.43-
YUV143.0681.6991.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 185 (72.66% from 255) = 54.73%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=27.22%
G=54.73%
B=18.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92185610.5000.670.2710550.4148.24
Hex5CB93D320431B693230
Octal13427175620103331516260
Binary10111001011100111110111001001000011110111101001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,185,61); }

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

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

 a { background-color: rgb(92,185,61); }

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

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

 span { border-color: rgb(92,185,61); }

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