Html Css Color HEX #06DD7D Spring Green

📋 copy color: '#06DD7D'

red 6 ◦ green 221 ◦ blue 125

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

Shades of Spring Green #06DD7D

Tints of Spring Green #06DD7D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.78%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 1.7%
G = 62.78%
B = 35.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#06DD7D (or 0x06DD7D) is known color: Spring Green. HEX triplet: 06, DD and 7D. RGB value is (6,221,125). Sum of RGB (Red+Green+Blue) = 6+221+125=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DD7D is #F92282. Grayscale: #919191. Windows color (decimal): -16327299 or 8248582. OLE color: 8248582.

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

Color convert

RGB 6 221 125 -
CMYK 0.97 0 0.43 0.13
HSL 153.21º 0.95% 0.45% -
HSV(B) 153.21º 0.97% 0.87% -
XYZ 29.63 53.23 28.12 -
YUV 145.77 116.27 28.31 -
System Red Green Blue C M Y K H S L
Decimal 6 221 125 0.97 0 0.43 0.13 153.21 0.95 0.45
Hex 6 DD 7D 61 0 2B D 99 5F 2D
Octal 6 335 175 141 0 53 15 231 137 55
Binary 110 11011101 1111101 1100001 0 101011 1101 10011001 1011111 101101

Color Harmonies of #06DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DD7D

Black with #06DD7D

Text Example


Text Example

White with #06DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,221,125); }

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

background-color css

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

 a { background-color: rgb(6,221,125); }

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

border-color css

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

 span { border-color: rgb(6,221,125); }

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