#5FE06C

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

Shades of Pastel Green #5FE06C

Tints of Pastel Green #5FE06C

Color information

#5FE06C (or 0x5FE06C) is unknown color: approx Pastel Green. HEX triplet: 5F, E0 and 6C. RGB value is (95,224,108). Sum of RGB (Red+Green+Blue) = 95+224+108=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE06C is #A01F93. Grayscale: #ACACAC. Windows color (decimal): -10493844 or 7135327. OLE color: 7135327.

HSL color Cylindrical-coordinate representation of color #5FE06C: hue angle of 126.05º 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 #5FE06C is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB95224108-
CMYK0.5800.520.12
HSL126.05º67.54%62.55%-
HSV(B)126.05º57.59%87.84%-
XYZ34.0856.8323.36-
YUV172.291.7672.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.25%
GREEN value IS 224 (87.89% from 255) = 52.46%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=22.25%
G=52.46%
B=25.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal952241080.5800.520.12126.0567.5462.55
Hex5FE06C3A034C7e443f
Octal137340154720641417610477
Binary10111111110000011011001110100110100110011111101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FE06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,224,108); }

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

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

 a { background-color: rgb(95,224,108); }

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

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

 span { border-color: rgb(95,224,108); }

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