Html Css Color HEX #5DC950 Apple

📋 copy color: '#5DC950'

red 93 ◦ green 201 ◦ blue 80

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

Shades of Apple #5DC950

Tints of Apple #5DC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.74%

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

R = 24.87%
G = 53.74%
B = 21.39%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#5DC950 (or 0x5DC950) is known color: Apple. HEX triplet: 5D, C9 and 50. RGB value is (93,201,80). Sum of RGB (Red+Green+Blue) = 93+201+80=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC950 is #A236AF. Grayscale: #9B9B9B. Windows color (decimal): -10630832 or 5294429. OLE color: 5294429.

HSL color Cylindrical-coordinate representation of color #5DC950: hue angle of 113.55º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DC950 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 201 80 -
CMYK 0.54 0 0.60 0.21
HSL 113.55º 0.53% 0.55% -
HSV(B) 113.55º 0.6% 0.79% -
XYZ 26.85 44.68 14.8 -
YUV 154.91 85.72 83.84 -
System Red Green Blue C M Y K H S L
Decimal 93 201 80 0.54 0 0.60 0.21 113.55 0.53 0.55
Hex 5D C9 50 36 0 3C 15 72 35 37
Octal 135 311 120 66 0 74 25 162 65 67
Binary 1011101 11001001 1010000 110110 0 111100 10101 1110010 110101 110111

Color Harmonies of #5DC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC950

Black with #5DC950

Text Example


Text Example

White with #5DC950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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