#5DB74B

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

Shades of Apple #5DB74B

Tints of Apple #5DB74B

Color information

#5DB74B (or 0x5DB74B) is unknown color: approx Apple. HEX triplet: 5D, B7 and 4B. RGB value is (93,183,75). Sum of RGB (Red+Green+Blue) = 93+183+75=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #5DB74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB74B is #A248B4. Grayscale: #909090. Windows color (decimal): -10635445 or 4962141. OLE color: 4962141.

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

Color convert

RGB9318375-
CMYK0.4900.590.28
HSL110º42.86%50.59%-
HSV(B)110º59.02%71.76%-
XYZ22.7236.712.54-
YUV143.7889.1891.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.50%
GREEN value IS 183 (71.88% from 255) = 52.14%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=26.50%
G=52.14%
B=21.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal93183750.4900.590.2811042.8650.59
Hex5DB74B3103B1C6e2b33
Octal13526711361073341565363
Binary10111011011011110010111100010111011111001101110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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