Html Css Color HEX #5DC149 Apple

📋 copy color: '#5DC149'

red 93 ◦ green 193 ◦ blue 73

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

Shades of Apple #5DC149

Tints of Apple #5DC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.76%

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

R = 25.91%
G = 53.76%
B = 20.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#5DC149 (or 0x5DC149) is known color: Apple. HEX triplet: 5D, C1 and 49. RGB value is (93,193,73). Sum of RGB (Red+Green+Blue) = 93+193+73=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC149 is #A23EB6. Grayscale: #959595. Windows color (decimal): -10632887 or 4833629. OLE color: 4833629.

HSL color Cylindrical-coordinate representation of color #5DC149: hue angle of 110º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DC149 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 193 73 -
CMYK 0.52 0 0.62 0.24
HSL 110º 0.49% 0.52% -
HSV(B) 110º 0.62% 0.76% -
XYZ 24.79 40.95 12.9 -
YUV 149.42 84.87 87.76 -
System Red Green Blue C M Y K H S L
Decimal 93 193 73 0.52 0 0.62 0.24 110 0.49 0.52
Hex 5D C1 49 34 0 3E 18 6E 31 34
Octal 135 301 111 64 0 76 30 156 61 64
Binary 1011101 11000001 1001001 110100 0 111110 11000 1101110 110001 110100

Color Harmonies of #5DC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC149

Black with #5DC149

Text Example


Text Example

White with #5DC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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