#00FF6D

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

Shades of Spring Green #00FF6D

Tints of Spring Green #00FF6D

Color information

#00FF6D (or 0x00FF6D) is unknown color: approx Spring Green. HEX triplet: 00, FF and 6D. RGB value is (0,255,109). Sum of RGB (Red+Green+Blue) = 0+255+109=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 255 (100% from 255 or 70.05% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FF6D is #FF0092. Grayscale: #A2A2A2. Windows color (decimal): -16711827 or 7208704. OLE color: 7208704.

HSL color Cylindrical-coordinate representation of color #00FF6D: hue angle of 145.65º 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 #00FF6D is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB0255109-
CMYK100.570
HSL145.65º100%50%-
HSV(B)145.65º100%100%-
XYZ38.5272.6226.46-
YUV162.1198.0212.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 255 (100% from 255) = 70.05%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=0%
G=70.05%
B=29.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255109100.570145.6510050
Hex0FF6D640390926432
Octal0377155144071022214462
Binary0111111111101101110010001110010100100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,255,109); }

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

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

 a { background-color: rgb(0,255,109); }

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

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

 span { border-color: rgb(0,255,109); }

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