Html Css Color HEX #5DBA47 Apple

📋 copy color: '#5DBA47'

red 93 ◦ green 186 ◦ blue 71

#5DBA47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5DBA47

Tints of Apple #5DBA47

RGB

 RED value IS 93 (36.72% from 255) = 26.57%

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 26.57%
G = 53.14%
B = 20.29%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#5DBA47 (or 0x5DBA47) is known color: Apple. HEX triplet: 5D, BA and 47. RGB value is (93,186,71). Sum of RGB (Red+Green+Blue) = 93+186+71=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBA47 is #A245B8. Grayscale: #919191. Windows color (decimal): -10634681 or 4700765. OLE color: 4700765.

HSL color Cylindrical-coordinate representation of color #5DBA47: hue angle of 108.52º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DBA47 is Cyan = 0.5, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 71 -
CMYK 0.5 0 0.62 0.27
HSL 108.52º 0.45% 0.5% -
HSV(B) 108.52º 0.62% 0.73% -
XYZ 23.21 37.9 12.05 -
YUV 145.08 86.19 90.85 -
System Red Green Blue C M Y K H S L
Decimal 93 186 71 0.5 0 0.62 0.27 108.52 0.45 0.5
Hex 5D BA 47 32 0 3E 1B 6D 2D 32
Octal 135 272 107 62 0 76 33 155 55 62
Binary 1011101 10111010 1000111 110010 0 111110 11011 1101101 101101 110010

Color Harmonies of #5DBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA47

Black with #5DBA47

Text Example


Text Example

White with #5DBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,71); }

 H1.HeaderClassName
 {
   color: #5DBA47;
 }
 .AnyTagClassName
 {
   color: #5DBA47;
 }
</style>

background-color css

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

 a { background-color: rgb(93,186,71); }

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

border-color css

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

 span { border-color: rgb(93,186,71); }

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