Html Css Color HEX #5FC24D Apple

📋 copy color: '#5FC24D'

red 95 ◦ green 194 ◦ blue 77

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

Shades of Apple #5FC24D

Tints of Apple #5FC24D

RGB

 RED value IS 95 (37.5% from 255) = 25.96%

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

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

R = 25.96%
G = 53.01%
B = 21.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#5FC24D (or 0x5FC24D) is known color: Apple. HEX triplet: 5F, C2 and 4D. RGB value is (95,194,77). Sum of RGB (Red+Green+Blue) = 95+194+77=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 194 (76.17% from 255 or 53.01% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC24D is #A03DB2. Grayscale: #979797. Windows color (decimal): -10501555 or 5096031. OLE color: 5096031.

HSL color Cylindrical-coordinate representation of color #5FC24D: hue angle of 110.77º 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 #5FC24D is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 194 77 -
CMYK 0.51 0 0.60 0.24
HSL 110.77º 0.49% 0.53% -
HSV(B) 110.77º 0.6% 0.76% -
XYZ 25.35 41.55 13.71 -
YUV 151.06 86.2 88.01 -
System Red Green Blue C M Y K H S L
Decimal 95 194 77 0.51 0 0.60 0.24 110.77 0.49 0.53
Hex 5F C2 4D 33 0 3C 18 6F 31 35
Octal 137 302 115 63 0 74 30 157 61 65
Binary 1011111 11000010 1001101 110011 0 111100 11000 1101111 110001 110101

Color Harmonies of #5FC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC24D

Black with #5FC24D

Text Example


Text Example

White with #5FC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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