Html Css Color HEX #5DB950 Apple

📋 copy color: '#5DB950'

red 93 ◦ green 185 ◦ blue 80

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

Shades of Apple #5DB950

Tints of Apple #5DB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

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

R = 25.98%
G = 51.68%
B = 22.35%

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

#5DB950 (or 0x5DB950) is known color: Apple. HEX triplet: 5D, B9 and 50. RGB value is (93,185,80). Sum of RGB (Red+Green+Blue) = 93+185+80=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB950 is #A246AF. Grayscale: #919191. Windows color (decimal): -10634928 or 5290333. OLE color: 5290333.

HSL color Cylindrical-coordinate representation of color #5DB950: hue angle of 112.57º degrees, saturation: 0.43, 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 #5DB950 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 185 80 -
CMYK 0.50 0 0.57 0.27
HSL 112.57º 0.43% 0.52% -
HSV(B) 112.57º 0.57% 0.73% -
XYZ 23.31 37.6 13.62 -
YUV 145.52 91.02 90.54 -
System Red Green Blue C M Y K H S L
Decimal 93 185 80 0.50 0 0.57 0.27 112.57 0.43 0.52
Hex 5D B9 50 32 0 39 1B 71 2B 34
Octal 135 271 120 62 0 71 33 161 53 64
Binary 1011101 10111001 1010000 110010 0 111001 11011 1110001 101011 110100

Color Harmonies of #5DB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB950

Black with #5DB950

Text Example


Text Example

White with #5DB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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