#5CD93D

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

Shades of Apple #5CD93D

Tints of Apple #5CD93D

Color information

#5CD93D (or 0x5CD93D) is unknown color: approx Apple. HEX triplet: 5C, D9 and 3D. RGB value is (92,217,61). Sum of RGB (Red+Green+Blue) = 92+217+61=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD93D is #A326C2. Grayscale: #A2A2A2. Windows color (decimal): -10692291 or 4053340. OLE color: 4053340.

HSL color Cylindrical-coordinate representation of color #5CD93D: hue angle of 108.08º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CD93D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB9221761-
CMYK0.5800.720.15
HSL108.08º67.24%54.51%-
HSV(B)108.08º71.89%85.1%-
XYZ30.0752.2412.91-
YUV161.8471.0978.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.86%
GREEN value IS 217 (85.16% from 255) = 58.65%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=24.86%
G=58.65%
B=16.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal92217610.5800.720.15108.0867.2454.51
Hex5CD93D3A048F6c4337
Octal134331757201101715410367
Binary10111001101100111110111101001001000111111011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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