#5DC54B

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

Shades of Apple #5DC54B

Tints of Apple #5DC54B

Color information

#5DC54B (or 0x5DC54B) is unknown color: approx Apple. HEX triplet: 5D, C5 and 4B. RGB value is (93,197,75). Sum of RGB (Red+Green+Blue) = 93+197+75=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #5DC54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC54B is #A23AB4. Grayscale: #989898. Windows color (decimal): -10631861 or 4965725. OLE color: 4965725.

HSL color Cylindrical-coordinate representation of color #5DC54B: hue angle of 111.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DC54B is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB9319775-
CMYK0.5300.620.23
HSL111.15º51.26%53.33%-
HSV(B)111.15º61.93%77.25%-
XYZ25.7542.7713.55-
YUV15284.5485.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 197 (77.34% from 255) = 53.97%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=25.48%
G=53.97%
B=20.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal93197750.5300.620.23111.1551.2653.33
Hex5DC54B3503E176f3335
Octal13530511365076271576365
Binary10111011100010110010111101010111110101111101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,197,75); }

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

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

 a { background-color: rgb(93,197,75); }

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

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

 span { border-color: rgb(93,197,75); }

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