Html Css Color HEX #5DBA4F Apple

📋 copy color: '#5DBA4F'

red 93 ◦ green 186 ◦ blue 79

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

Shades of Apple #5DBA4F

Tints of Apple #5DBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 25.98%
G = 51.96%
B = 22.07%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#5DBA4F (or 0x5DBA4F) is known color: Apple. HEX triplet: 5D, BA and 4F. RGB value is (93,186,79). Sum of RGB (Red+Green+Blue) = 93+186+79=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA4F is #A245B0. Grayscale: #929292. Windows color (decimal): -10634673 or 5225053. OLE color: 5225053.

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

Color convert

RGB 93 186 79 -
CMYK 0.5 0 0.58 0.27
HSL 112.15º 0.44% 0.52% -
HSV(B) 112.15º 0.58% 0.73% -
XYZ 23.48 38.01 13.5 -
YUV 146 90.19 90.2 -
System Red Green Blue C M Y K H S L
Decimal 93 186 79 0.5 0 0.58 0.27 112.15 0.44 0.52
Hex 5D BA 4F 32 0 3A 1B 70 2C 34
Octal 135 272 117 62 0 72 33 160 54 64
Binary 1011101 10111010 1001111 110010 0 111010 11011 1110000 101100 110100

Color Harmonies of #5DBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA4F

Black with #5DBA4F

Text Example


Text Example

White with #5DBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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