Html Css Color HEX #5DB150 Apple

📋 copy color: '#5DB150'

red 93 ◦ green 177 ◦ blue 80

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

Shades of Apple #5DB150

Tints of Apple #5DB150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.57%

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

R = 26.57%
G = 50.57%
B = 22.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#5DB150 (or 0x5DB150) is known color: Apple. HEX triplet: 5D, B1 and 50. RGB value is (93,177,80). Sum of RGB (Red+Green+Blue) = 93+177+80=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DB150 is #A24EAF. Grayscale: #8D8D8D. Windows color (decimal): -10636976 or 5288285. OLE color: 5288285.

HSL color Cylindrical-coordinate representation of color #5DB150: hue angle of 111.96º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DB150 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 177 80 -
CMYK 0.47 0 0.55 0.31
HSL 111.96º 0.38% 0.5% -
HSV(B) 111.96º 0.55% 0.69% -
XYZ 21.68 34.35 13.08 -
YUV 140.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 93 177 80 0.47 0 0.55 0.31 111.96 0.38 0.5
Hex 5D B1 50 2F 0 37 1F 70 26 32
Octal 135 261 120 57 0 67 37 160 46 62
Binary 1011101 10110001 1010000 101111 0 110111 11111 1110000 100110 110010

Color Harmonies of #5DB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB150

Black with #5DB150

Text Example


Text Example

White with #5DB150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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