Html Css Color HEX #5FD749 Apple

📋 copy color: '#5FD749'

red 95 ◦ green 215 ◦ blue 73

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

Shades of Apple #5FD749

Tints of Apple #5FD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.14%

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

R = 24.8%
G = 56.14%
B = 19.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#5FD749 (or 0x5FD749) is known color: Apple. HEX triplet: 5F, D7 and 49. RGB value is (95,215,73). Sum of RGB (Red+Green+Blue) = 95+215+73=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD749 is #A028B6. Grayscale: #A3A3A3. Windows color (decimal): -10496183 or 4839263. OLE color: 4839263.

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

Color convert

RGB 95 215 73 -
CMYK 0.56 0 0.66 0.16
HSL 110.7º 0.64% 0.56% -
HSV(B) 110.7º 0.66% 0.84% -
XYZ 30.22 51.51 14.65 -
YUV 162.93 77.24 79.55 -
System Red Green Blue C M Y K H S L
Decimal 95 215 73 0.56 0 0.66 0.16 110.7 0.64 0.56
Hex 5F D7 49 38 0 42 10 6F 40 38
Octal 137 327 111 70 0 102 20 157 100 70
Binary 1011111 11010111 1001001 111000 0 1000010 10000 1101111 1000000 111000

Color Harmonies of #5FD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD749

Black with #5FD749

Text Example


Text Example

White with #5FD749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,215,73); }

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

background-color css

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

 a { background-color: rgb(95,215,73); }

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

border-color css

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

 span { border-color: rgb(95,215,73); }

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