Html Css Color HEX #5DBB49 Apple

📋 copy color: '#5DBB49'

red 93 ◦ green 187 ◦ blue 73

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

Shades of Apple #5DBB49

Tints of Apple #5DBB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.97%

 BLUE value IS 73 (28.91% from 255) = 20.68%

R = 26.35%
G = 52.97%
B = 20.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#5DBB49 (or 0x5DBB49) is known color: Apple. HEX triplet: 5D, BB and 49. RGB value is (93,187,73). Sum of RGB (Red+Green+Blue) = 93+187+73=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB49 is #A244B6. Grayscale: #929292. Windows color (decimal): -10634423 or 4832093. OLE color: 4832093.

HSL color Cylindrical-coordinate representation of color #5DBB49: hue angle of 109.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DBB49 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 187 73 -
CMYK 0.50 0 0.61 0.27
HSL 109.47º 0.46% 0.51% -
HSV(B) 109.47º 0.61% 0.73% -
XYZ 23.49 38.35 12.47 -
YUV 145.9 86.86 90.27 -
System Red Green Blue C M Y K H S L
Decimal 93 187 73 0.50 0 0.61 0.27 109.47 0.46 0.51
Hex 5D BB 49 32 0 3D 1B 6D 2E 33
Octal 135 273 111 62 0 75 33 155 56 63
Binary 1011101 10111011 1001001 110010 0 111101 11011 1101101 101110 110011

Color Harmonies of #5DBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBB49

Black with #5DBB49

Text Example


Text Example

White with #5DBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,187,73); }

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

background-color css

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

 a { background-color: rgb(93,187,73); }

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

border-color css

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

 span { border-color: rgb(93,187,73); }

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