#5DCB38

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

Shades of Apple #5DCB38

Tints of Apple #5DCB38

Color information

#5DCB38 (or 0x5DCB38) is unknown color: approx Apple. HEX triplet: 5D, CB and 38. RGB value is (93,203,56). Sum of RGB (Red+Green+Blue) = 93+203+56=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCB38 is #A234C7. Grayscale: #999999. Windows color (decimal): -10630344 or 3722077. OLE color: 3722077.

HSL color Cylindrical-coordinate representation of color #5DCB38: hue angle of 104.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DCB38 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB9320356-
CMYK0.5400.720.20
HSL104.9º58.57%50.78%-
HSV(B)104.9º72.41%79.61%-
XYZ26.5845.3211.09-
YUV153.3573.0684.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 203 (79.69% from 255) = 57.67%
BLUE value IS 56 (22.27% from 255) = 15.91%
R=26.42%
G=57.67%
B=15.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal93203560.5400.720.20104.958.5750.78
Hex5DCB383604814693b33
Octal13531370660110241517363
Binary10111011100101111100011011001001000101001101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,203,56); }

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

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

 a { background-color: rgb(93,203,56); }

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

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

 span { border-color: rgb(93,203,56); }

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