Html Css Color HEX #5FD955 Pastel Green

📋 copy color: '#5FD955'

red 95 ◦ green 217 ◦ blue 85

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

Shades of Pastel Green #5FD955

Tints of Pastel Green #5FD955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.66%

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

R = 23.93%
G = 54.66%
B = 21.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#5FD955 (or 0x5FD955) is known color: Pastel Green. HEX triplet: 5F, D9 and 55. RGB value is (95,217,85). Sum of RGB (Red+Green+Blue) = 95+217+85=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD955 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD955 is #A026AA. Grayscale: #A5A5A5. Windows color (decimal): -10495659 or 5626207. OLE color: 5626207.

HSL color Cylindrical-coordinate representation of color #5FD955: hue angle of 115.45º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FD955 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 217 85 -
CMYK 0.56 0 0.61 0.15
HSL 115.45º 0.63% 0.59% -
HSV(B) 115.45º 0.61% 0.85% -
XYZ 31.17 52.71 17.13 -
YUV 165.47 82.58 77.73 -
System Red Green Blue C M Y K H S L
Decimal 95 217 85 0.56 0 0.61 0.15 115.45 0.63 0.59
Hex 5F D9 55 38 0 3D F 73 3F 3B
Octal 137 331 125 70 0 75 17 163 77 73
Binary 1011111 11011001 1010101 111000 0 111101 1111 1110011 111111 111011

Color Harmonies of #5FD955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD955

Black with #5FD955

Text Example


Text Example

White with #5FD955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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