#5DBF3E

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

Shades of Apple #5DBF3E

Tints of Apple #5DBF3E

Color information

#5DBF3E (or 0x5DBF3E) is unknown color: approx Apple. HEX triplet: 5D, BF and 3E. RGB value is (93,191,62). Sum of RGB (Red+Green+Blue) = 93+191+62=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBF3E is #A240C1. Grayscale: #939393. Windows color (decimal): -10633410 or 4112221. OLE color: 4112221.

HSL color Cylindrical-coordinate representation of color #5DBF3E: hue angle of 105.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DBF3E is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB9319162-
CMYK0.5100.680.25
HSL105.58º50.99%49.61%-
HSV(B)105.58º67.54%74.9%-
XYZ24.0139.9411-
YUV146.9980.0389.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=26.88%
G=55.20%
B=17.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93191620.5100.680.25105.5850.9949.61
Hex5DBF3E33044196a3332
Octal13527776630104311526362
Binary10111011011111111111011001101000100110011101010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,191,62); }

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

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

 a { background-color: rgb(93,191,62); }

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

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

 span { border-color: rgb(93,191,62); }

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