#5DC83C

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

Shades of Apple #5DC83C

Tints of Apple #5DC83C

Color information

#5DC83C (or 0x5DC83C) is unknown color: approx Apple. HEX triplet: 5D, C8 and 3C. RGB value is (93,200,60). Sum of RGB (Red+Green+Blue) = 93+200+60=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC83C is #A237C3. Grayscale: #989898. Windows color (decimal): -10631108 or 3983453. OLE color: 3983453.

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

Color convert

RGB9320060-
CMYK0.5400.70.22
HSL105.86º56%50.98%-
HSV(B)105.86º70%78.43%-
XYZ25.9843.9611.39-
YUV152.0576.0585.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 200 (78.52% from 255) = 56.66%
BLUE value IS 60 (23.83% from 255) = 17.00%
R=26.35%
G=56.66%
B=17.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal93200600.5400.70.22105.865650.98
Hex5DC83C36046166a3833
Octal13531074660106261527063
Binary10111011100100011110011011001000110101101101010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,200,60); }

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

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

 a { background-color: rgb(93,200,60); }

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

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

 span { border-color: rgb(93,200,60); }

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