Html Css Color HEX #5DC24D Apple

📋 copy color: '#5DC24D'

red 93 ◦ green 194 ◦ blue 77

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

Shades of Apple #5DC24D

Tints of Apple #5DC24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.3%

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

R = 25.55%
G = 53.3%
B = 21.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#5DC24D (or 0x5DC24D) is known color: Apple. HEX triplet: 5D, C2 and 4D. RGB value is (93,194,77). Sum of RGB (Red+Green+Blue) = 93+194+77=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 194 (76.17% from 255 or 53.30% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC24D is #A23DB2. Grayscale: #969696. Windows color (decimal): -10632627 or 5096029. OLE color: 5096029.

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

Color convert

RGB 93 194 77 -
CMYK 0.52 0 0.60 0.24
HSL 111.79º 0.49% 0.53% -
HSV(B) 111.79º 0.6% 0.76% -
XYZ 25.15 41.45 13.7 -
YUV 150.46 86.54 87.01 -
System Red Green Blue C M Y K H S L
Decimal 93 194 77 0.52 0 0.60 0.24 111.79 0.49 0.53
Hex 5D C2 4D 34 0 3C 18 70 31 35
Octal 135 302 115 64 0 74 30 160 61 65
Binary 1011101 11000010 1001101 110100 0 111100 11000 1110000 110001 110101

Color Harmonies of #5DC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC24D

Black with #5DC24D

Text Example


Text Example

White with #5DC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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