Html Css Color HEX #5FD75E Pastel Green

📋 copy color: '#5FD75E'

red 95 ◦ green 215 ◦ blue 94

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

Shades of Pastel Green #5FD75E

Tints of Pastel Green #5FD75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 23.51%
G = 53.22%
B = 23.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#5FD75E (or 0x5FD75E) is known color: Pastel Green. HEX triplet: 5F, D7 and 5E. RGB value is (95,215,94). Sum of RGB (Red+Green+Blue) = 95+215+94=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD75E is #A028A1. Grayscale: #A5A5A5. Windows color (decimal): -10496162 or 6215519. OLE color: 6215519.

HSL color Cylindrical-coordinate representation of color #5FD75E: hue angle of 119.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 #5FD75E is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 95 215 94 -
CMYK 0.56 0 0.56 0.16
HSL 119.5º 0.6% 0.61% -
HSV(B) 119.5º 0.56% 0.84% -
XYZ 31.04 51.84 18.96 -
YUV 165.33 87.74 77.84 -
System Red Green Blue C M Y K H S L
Decimal 95 215 94 0.56 0 0.56 0.16 119.5 0.6 0.61
Hex 5F D7 5E 38 0 38 10 78 3C 3D
Octal 137 327 136 70 0 70 20 170 74 75
Binary 1011111 11010111 1011110 111000 0 111000 10000 1111000 111100 111101

Color Harmonies of #5FD75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD75E

Black with #5FD75E

Text Example


Text Example

White with #5FD75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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