Html Css Color HEX #5FCA49 Apple

📋 copy color: '#5FCA49'

red 95 ◦ green 202 ◦ blue 73

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

Shades of Apple #5FCA49

Tints of Apple #5FCA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.59%

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

R = 25.68%
G = 54.59%
B = 19.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#5FCA49 (or 0x5FCA49) is known color: Apple. HEX triplet: 5F, CA and 49. RGB value is (95,202,73). Sum of RGB (Red+Green+Blue) = 95+202+73=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA49 is #A035B6. Grayscale: #9B9B9B. Windows color (decimal): -10499511 or 4835935. OLE color: 4835935.

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

Color convert

RGB 95 202 73 -
CMYK 0.53 0 0.64 0.21
HSL 109.77º 0.55% 0.54% -
HSV(B) 109.77º 0.64% 0.79% -
XYZ 27.04 45.15 13.59 -
YUV 155.3 81.55 84.99 -
System Red Green Blue C M Y K H S L
Decimal 95 202 73 0.53 0 0.64 0.21 109.77 0.55 0.54
Hex 5F CA 49 35 0 40 15 6E 37 36
Octal 137 312 111 65 0 100 25 156 67 66
Binary 1011111 11001010 1001001 110101 0 1000000 10101 1101110 110111 110110

Color Harmonies of #5FCA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA49

Black with #5FCA49

Text Example


Text Example

White with #5FCA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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