Html Css Color HEX #5DCA49 Apple

📋 copy color: '#5DCA49'

red 93 ◦ green 202 ◦ blue 73

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

Shades of Apple #5DCA49

Tints of Apple #5DCA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.89%

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

R = 25.27%
G = 54.89%
B = 19.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#5DCA49 (or 0x5DCA49) is known color: Apple. HEX triplet: 5D, CA and 49. RGB value is (93,202,73). Sum of RGB (Red+Green+Blue) = 93+202+73=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA49 is #A235B6. Grayscale: #9B9B9B. Windows color (decimal): -10630583 or 4835933. OLE color: 4835933.

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

Color convert

RGB 93 202 73 -
CMYK 0.54 0 0.64 0.21
HSL 110.7º 0.55% 0.54% -
HSV(B) 110.7º 0.64% 0.79% -
XYZ 26.84 45.05 13.58 -
YUV 154.7 81.89 83.99 -
System Red Green Blue C M Y K H S L
Decimal 93 202 73 0.54 0 0.64 0.21 110.7 0.55 0.54
Hex 5D CA 49 36 0 40 15 6F 37 36
Octal 135 312 111 66 0 100 25 157 67 66
Binary 1011101 11001010 1001001 110110 0 1000000 10101 1101111 110111 110110

Color Harmonies of #5DCA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCA49

Black with #5DCA49

Text Example


Text Example

White with #5DCA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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