Html Css Color HEX #5FD255 Apple

📋 copy color: '#5FD255'

red 95 ◦ green 210 ◦ blue 85

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

Shades of Apple #5FD255

Tints of Apple #5FD255

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.85%

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

R = 24.36%
G = 53.85%
B = 21.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#5FD255 (or 0x5FD255) is known color: Apple. HEX triplet: 5F, D2 and 55. RGB value is (95,210,85). Sum of RGB (Red+Green+Blue) = 95+210+85=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD255 is #A02DAA. Grayscale: #A1A1A1. Windows color (decimal): -10497451 or 5624415. OLE color: 5624415.

HSL color Cylindrical-coordinate representation of color #5FD255: hue angle of 115.2º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD255 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 210 85 -
CMYK 0.55 0 0.60 0.18
HSL 115.2º 0.58% 0.58% -
HSV(B) 115.2º 0.6% 0.82% -
XYZ 29.41 49.18 16.54 -
YUV 161.37 84.9 80.66 -
System Red Green Blue C M Y K H S L
Decimal 95 210 85 0.55 0 0.60 0.18 115.2 0.58 0.58
Hex 5F D2 55 37 0 3C 12 73 3A 3A
Octal 137 322 125 67 0 74 22 163 72 72
Binary 1011111 11010010 1010101 110111 0 111100 10010 1110011 111010 111010

Color Harmonies of #5FD255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD255

Black with #5FD255

Text Example


Text Example

White with #5FD255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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