Html Css Color HEX #5FC355 Apple

📋 copy color: '#5FC355'

red 95 ◦ green 195 ◦ blue 85

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

Shades of Apple #5FC355

Tints of Apple #5FC355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 25.33%
G = 52%
B = 22.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#5FC355 (or 0x5FC355) is known color: Apple. HEX triplet: 5F, C3 and 55. RGB value is (95,195,85). Sum of RGB (Red+Green+Blue) = 95+195+85=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC355 is #A03CAA. Grayscale: #989898. Windows color (decimal): -10501291 or 5620575. OLE color: 5620575.

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

Color convert

RGB 95 195 85 -
CMYK 0.51 0 0.56 0.24
HSL 114.55º 0.48% 0.55% -
HSV(B) 114.55º 0.56% 0.76% -
XYZ 25.87 42.12 15.36 -
YUV 152.56 89.87 86.94 -
System Red Green Blue C M Y K H S L
Decimal 95 195 85 0.51 0 0.56 0.24 114.55 0.48 0.55
Hex 5F C3 55 33 0 38 18 73 30 37
Octal 137 303 125 63 0 70 30 163 60 67
Binary 1011111 11000011 1010101 110011 0 111000 11000 1110011 110000 110111

Color Harmonies of #5FC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC355

Black with #5FC355

Text Example


Text Example

White with #5FC355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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