#05E270

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

Shades of Spring Green #05E270

Tints of Spring Green #05E270

Color information

#05E270 (or 0x05E270) is unknown color: approx Spring Green. HEX triplet: 05, E2 and 70. RGB value is (5,226,112). Sum of RGB (Red+Green+Blue) = 5+226+112=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 226 (88.67% from 255 or 65.89% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 226 - color contains mainly: green. Hex color #05E270 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E270 is #FA1D8F. Grayscale: #939393. Windows color (decimal): -16391568 or 7397893. OLE color: 7397893.

HSL color Cylindrical-coordinate representation of color #05E270: hue angle of 149.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E270 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB5226112-
CMYK0.9800.500.11
HSL149.05º95.67%45.29%-
HSV(B)149.05º97.79%88.63%-
XYZ30.1855.5924.47-
YUV146.93108.2826.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.46%
GREEN value IS 226 (88.67% from 255) = 65.89%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=1.46%
G=65.89%
B=32.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52261120.9800.500.11149.0595.6745.29
Hex5E27062032B95602d
Octal53421601420621322514055
Binary101111000101110000110001001100101011100101011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,226,112); }

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

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

 a { background-color: rgb(5,226,112); }

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

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

 span { border-color: rgb(5,226,112); }

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