Html Css Color HEX #5DBB50 Apple

📋 copy color: '#5DBB50'

red 93 ◦ green 187 ◦ blue 80

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

Shades of Apple #5DBB50

Tints of Apple #5DBB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 25.83%
G = 51.94%
B = 22.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#5DBB50 (or 0x5DBB50) is known color: Apple. HEX triplet: 5D, BB and 50. RGB value is (93,187,80). Sum of RGB (Red+Green+Blue) = 93+187+80=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBB50 is #A244AF. Grayscale: #939393. Windows color (decimal): -10634416 or 5290845. OLE color: 5290845.

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

Color convert

RGB 93 187 80 -
CMYK 0.50 0 0.57 0.27
HSL 112.71º 0.44% 0.52% -
HSV(B) 112.71º 0.57% 0.73% -
XYZ 23.73 38.45 13.76 -
YUV 146.7 90.36 89.7 -
System Red Green Blue C M Y K H S L
Decimal 93 187 80 0.50 0 0.57 0.27 112.71 0.44 0.52
Hex 5D BB 50 32 0 39 1B 71 2C 34
Octal 135 273 120 62 0 71 33 161 54 64
Binary 1011101 10111011 1010000 110010 0 111001 11011 1110001 101100 110100

Color Harmonies of #5DBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBB50

Black with #5DBB50

Text Example


Text Example

White with #5DBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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