#05E685

Color #05E685 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #05E685

Tints of Spring Green #05E685

Color information

#05E685 (or 0x05E685) is unknown color: approx Spring Green. HEX triplet: 05, E6 and 85. RGB value is (5,230,133). Sum of RGB (Red+Green+Blue) = 5+230+133=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #05E685 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05E685 is #FA197A. Grayscale: #979797. Windows color (decimal): -16390523 or 8775173. OLE color: 8775173.

HSL color Cylindrical-coordinate representation of color #05E685: hue angle of 154.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E685 is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB5230133-
CMYK0.9800.420.10
HSL154.13º95.74%46.08%-
HSV(B)154.13º97.83%90.2%-
XYZ32.5958.3231.73-
YUV151.67117.4623.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 230 (90.23% from 255) = 62.5%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=1.36%
G=62.5%
B=36.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal52301330.9800.420.10154.1395.7446.08
Hex5E6856202AA9a602e
Octal53462051420521223214056
Binary1011110011010000101110001001010101010100110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05E685; }

 p { color: rgb(5,230,133); }

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

<style>
 a { background-color: #05E685; }

 a { background-color: rgb(5,230,133); }

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

<style>
 span { border-color: #05E685; }

 span { border-color: rgb(5,230,133); }

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