Html Css Color HEX #06E980 Spring Green

📋 copy color: '#06E980'

red 6 ◦ green 233 ◦ blue 128

#06E980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #06E980

Tints of Spring Green #06E980

RGB

 RED value IS 6 (2.73% from 255) = 1.63%

 GREEN value IS 233 (91.41% from 255) = 63.49%

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 1.63%
G = 63.49%
B = 34.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#06E980 (or 0x06E980) is known color: Spring Green. HEX triplet: 06, E9 and 80. RGB value is (6,233,128). Sum of RGB (Red+Green+Blue) = 6+233+128=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #06E980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #06E980 is #F9167F. Grayscale: #999999. Windows color (decimal): -16324224 or 8448262. OLE color: 8448262.

HSL color Cylindrical-coordinate representation of color #06E980: hue angle of 152.25º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E980 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 233 128 -
CMYK 0.97 0 0.45 0.09
HSL 152.25º 0.95% 0.47% -
HSV(B) 152.25º 0.97% 0.91% -
XYZ 33.11 59.88 30.23 -
YUV 153.16 113.79 23.04 -
System Red Green Blue C M Y K H S L
Decimal 6 233 128 0.97 0 0.45 0.09 152.25 0.95 0.47
Hex 6 E9 80 61 0 2D 9 98 5F 2F
Octal 6 351 200 141 0 55 11 230 137 57
Binary 110 11101001 10000000 1100001 0 101101 1001 10011000 1011111 101111

Color Harmonies of #06E980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E980

Black with #06E980

Text Example


Text Example

White with #06E980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06E980; }

 p { color: rgb(6,233,128); }

 H1.HeaderClassName
 {
   color: #06E980;
 }
 .AnyTagClassName
 {
   color: #06E980;
 }
</style>

background-color css

<style>
 a { background-color: #06E980; }

 a { background-color: rgb(6,233,128); }

 div.DivClassName
 {
   background-color: #06E980;
 }
 .BgClassName
 {
   background-color: #06E980;
 }
</style>

border-color css

<style>
 span { border-color: #06E980; }

 span { border-color: rgb(6,233,128); }

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