Html Css Color HEX #5FC349 Apple

📋 copy color: '#5FC349'

red 95 ◦ green 195 ◦ blue 73

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

Shades of Apple #5FC349

Tints of Apple #5FC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.72%

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

R = 26.17%
G = 53.72%
B = 20.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#5FC349 (or 0x5FC349) is known color: Apple. HEX triplet: 5F, C3 and 49. RGB value is (95,195,73). Sum of RGB (Red+Green+Blue) = 95+195+73=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC349 is #A03CB6. Grayscale: #979797. Windows color (decimal): -10501303 or 4834143. OLE color: 4834143.

HSL color Cylindrical-coordinate representation of color #5FC349: hue angle of 109.18º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FC349 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 195 73 -
CMYK 0.51 0 0.63 0.24
HSL 109.18º 0.5% 0.53% -
HSV(B) 109.18º 0.63% 0.76% -
XYZ 25.44 41.94 13.06 -
YUV 151.19 83.87 87.92 -
System Red Green Blue C M Y K H S L
Decimal 95 195 73 0.51 0 0.63 0.24 109.18 0.5 0.53
Hex 5F C3 49 33 0 3F 18 6D 32 35
Octal 137 303 111 63 0 77 30 155 62 65
Binary 1011111 11000011 1001001 110011 0 111111 11000 1101101 110010 110101

Color Harmonies of #5FC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC349

Black with #5FC349

Text Example


Text Example

White with #5FC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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