Html Css Color HEX #5FD760 Pastel Green

📋 copy color: '#5FD760'

red 95 ◦ green 215 ◦ blue 96

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

Shades of Pastel Green #5FD760

Tints of Pastel Green #5FD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.96%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 23.4%
G = 52.96%
B = 23.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#5FD760 (or 0x5FD760) is known color: Pastel Green. HEX triplet: 5F, D7 and 60. RGB value is (95,215,96). Sum of RGB (Red+Green+Blue) = 95+215+96=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD760 is #A0289F. Grayscale: #A5A5A5. Windows color (decimal): -10496160 or 6346591. OLE color: 6346591.

HSL color Cylindrical-coordinate representation of color #5FD760: hue angle of 120.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD760 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 215 96 -
CMYK 0.56 0 0.55 0.16
HSL 120.5º 0.6% 0.61% -
HSV(B) 120.5º 0.56% 0.84% -
XYZ 31.13 51.88 19.44 -
YUV 165.55 88.74 77.68 -
System Red Green Blue C M Y K H S L
Decimal 95 215 96 0.56 0 0.55 0.16 120.5 0.6 0.61
Hex 5F D7 60 38 0 37 10 79 3C 3D
Octal 137 327 140 70 0 67 20 171 74 75
Binary 1011111 11010111 1100000 111000 0 110111 10000 1111001 111100 111101

Color Harmonies of #5FD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD760

Black with #5FD760

Text Example


Text Example

White with #5FD760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,215,96); }

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

background-color css

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

 a { background-color: rgb(95,215,96); }

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

border-color css

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

 span { border-color: rgb(95,215,96); }

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