Html Css Color HEX #05DC76 Spring Green

📋 copy color: '#05DC76'

red 5 ◦ green 220 ◦ blue 118

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

Shades of Spring Green #05DC76

Tints of Spring Green #05DC76

RGB

 RED value IS 5 (2.34% from 255) = 1.46%

 GREEN value IS 220 (86.33% from 255) = 64.14%

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 1.46%
G = 64.14%
B = 34.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#05DC76 (or 0x05DC76) is known color: Spring Green. HEX triplet: 05, DC and 76. RGB value is (5,220,118). Sum of RGB (Red+Green+Blue) = 5+220+118=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC76 is #FA2389. Grayscale: #909090. Windows color (decimal): -16393098 or 7789573. OLE color: 7789573.

HSL color Cylindrical-coordinate representation of color #05DC76: hue angle of 151.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC76 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 220 118 -
CMYK 0.98 0 0.46 0.14
HSL 151.53º 0.96% 0.44% -
HSV(B) 151.53º 0.98% 0.86% -
XYZ 28.93 52.53 25.75 -
YUV 144.09 113.27 28.79 -
System Red Green Blue C M Y K H S L
Decimal 5 220 118 0.98 0 0.46 0.14 151.53 0.96 0.44
Hex 5 DC 76 62 0 2E E 98 60 2C
Octal 5 334 166 142 0 56 16 230 140 54
Binary 101 11011100 1110110 1100010 0 101110 1110 10011000 1100000 101100

Color Harmonies of #05DC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DC76

Black with #05DC76

Text Example


Text Example

White with #05DC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,220,118); }

 H1.HeaderClassName
 {
   color: #05DC76;
 }
 .AnyTagClassName
 {
   color: #05DC76;
 }
</style>

background-color css

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

 a { background-color: rgb(5,220,118); }

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

border-color css

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

 span { border-color: rgb(5,220,118); }

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