Html Css Color HEX #5DC94D Apple

📋 copy color: '#5DC94D'

red 93 ◦ green 201 ◦ blue 77

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

Shades of Apple #5DC94D

Tints of Apple #5DC94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 25.07%
G = 54.18%
B = 20.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#5DC94D (or 0x5DC94D) is known color: Apple. HEX triplet: 5D, C9 and 4D. RGB value is (93,201,77). Sum of RGB (Red+Green+Blue) = 93+201+77=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC94D is #A236B2. Grayscale: #9A9A9A. Windows color (decimal): -10630835 or 5097821. OLE color: 5097821.

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

Color convert

RGB 93 201 77 -
CMYK 0.54 0 0.62 0.21
HSL 112.26º 0.53% 0.55% -
HSV(B) 112.26º 0.62% 0.79% -
XYZ 26.74 44.64 14.23 -
YUV 154.57 84.22 84.08 -
System Red Green Blue C M Y K H S L
Decimal 93 201 77 0.54 0 0.62 0.21 112.26 0.53 0.55
Hex 5D C9 4D 36 0 3E 15 70 35 37
Octal 135 311 115 66 0 76 25 160 65 67
Binary 1011101 11001001 1001101 110110 0 111110 10101 1110000 110101 110111

Color Harmonies of #5DC94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC94D

Black with #5DC94D

Text Example


Text Example

White with #5DC94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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