Html Css Color HEX #5FCA56 Apple

📋 copy color: '#5FCA56'

red 95 ◦ green 202 ◦ blue 86

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

Shades of Apple #5FCA56

Tints of Apple #5FCA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 24.8%
G = 52.74%
B = 22.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#5FCA56 (or 0x5FCA56) is known color: Apple. HEX triplet: 5F, CA and 56. RGB value is (95,202,86). Sum of RGB (Red+Green+Blue) = 95+202+86=383 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.80% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCA56 is #A035A9. Grayscale: #9D9D9D. Windows color (decimal): -10499498 or 5687903. OLE color: 5687903.

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

Color convert

RGB 95 202 86 -
CMYK 0.53 0 0.57 0.21
HSL 115.34º 0.52% 0.56% -
HSV(B) 115.34º 0.57% 0.79% -
XYZ 27.52 45.35 16.11 -
YUV 156.78 88.05 83.93 -
System Red Green Blue C M Y K H S L
Decimal 95 202 86 0.53 0 0.57 0.21 115.34 0.52 0.56
Hex 5F CA 56 35 0 39 15 73 34 38
Octal 137 312 126 65 0 71 25 163 64 70
Binary 1011111 11001010 1010110 110101 0 111001 10101 1110011 110100 111000

Color Harmonies of #5FCA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA56

Black with #5FCA56

Text Example


Text Example

White with #5FCA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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