#5FE16A

Color #5FE16A Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #5FE16A

Tints of Pastel Green #5FE16A

Color information

#5FE16A (or 0x5FE16A) is unknown color: approx Pastel Green. HEX triplet: 5F, E1 and 6A. RGB value is (95,225,106). Sum of RGB (Red+Green+Blue) = 95+225+106=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE16A is #A01E95. Grayscale: #ACACAC. Windows color (decimal): -10493590 or 7004511. OLE color: 7004511.

HSL color Cylindrical-coordinate representation of color #5FE16A: hue angle of 125.08º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE16A is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB95225106-
CMYK0.5800.530.12
HSL125.08º68.42%62.75%-
HSV(B)125.08º57.78%88.24%-
XYZ34.2557.3222.9-
YUV172.5690.4372.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.30%
GREEN value IS 225 (88.28% from 255) = 52.82%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=22.30%
G=52.82%
B=24.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952251060.5800.530.12125.0868.4262.75
Hex5FE16A3A035C7d443f
Octal137341152720651417510477
Binary10111111110000111010101110100110101110011111011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,225,106); }

 H1.HeaderClassName
 {
   color: #5FE16A;
 }
 .AnyTagClassName
 {
   color: #5FE16A;
 }
</style>
background-color css

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

 a { background-color: rgb(95,225,106); }

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

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

 span { border-color: rgb(95,225,106); }

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