#00FE75

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

Shades of Spring Green #00FE75

Tints of Spring Green #00FE75

Color information

#00FE75 (or 0x00FE75) is unknown color: approx Spring Green. HEX triplet: 00, FE and 75. RGB value is (0,254,117). Sum of RGB (Red+Green+Blue) = 0+254+117=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE75 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FE75 is #FF018A. Grayscale: #A2A2A2. Windows color (decimal): -16712075 or 7732736. OLE color: 7732736.

HSL color Cylindrical-coordinate representation of color #00FE75: hue angle of 147.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FE75 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB0254117-
CMYK100.540.00
HSL147.64º100%49.8%-
HSV(B)147.64º100%99.61%-
XYZ38.6572.1728.72-
YUV162.44102.3512.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 254 (99.61% from 255) = 68.46%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=0%
G=68.46%
B=31.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal0254117100.540.00147.6410049.8
Hex0FE75640360946432
Octal0376165144066022414462
Binary0111111101110101110010001101100100101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FE75; }

 p { color: rgb(0,254,117); }

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

<style>
 a { background-color: #00FE75; }

 a { background-color: rgb(0,254,117); }

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

<style>
 span { border-color: #00FE75; }

 span { border-color: rgb(0,254,117); }

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