Html Css Color HEX #05DC73 Spring Green

📋 copy color: '#05DC73'

red 5 ◦ green 220 ◦ blue 115

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

Shades of Spring Green #05DC73

Tints of Spring Green #05DC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 1.47%
G = 64.71%
B = 33.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#05DC73 (or 0x05DC73) is known color: Spring Green. HEX triplet: 05, DC and 73. RGB value is (5,220,115). Sum of RGB (Red+Green+Blue) = 5+220+115=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC73 is #FA238C. Grayscale: #8F8F8F. Windows color (decimal): -16393101 or 7592965. OLE color: 7592965.

HSL color Cylindrical-coordinate representation of color #05DC73: hue angle of 150.7º 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 #05DC73 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 220 115 -
CMYK 0.98 0 0.48 0.14
HSL 150.7º 0.96% 0.44% -
HSV(B) 150.7º 0.98% 0.86% -
XYZ 28.75 52.46 24.83 -
YUV 143.75 111.77 29.04 -
System Red Green Blue C M Y K H S L
Decimal 5 220 115 0.98 0 0.48 0.14 150.7 0.96 0.44
Hex 5 DC 73 62 0 30 E 97 60 2C
Octal 5 334 163 142 0 60 16 227 140 54
Binary 101 11011100 1110011 1100010 0 110000 1110 10010111 1100000 101100

Color Harmonies of #05DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DC73

Black with #05DC73

Text Example


Text Example

White with #05DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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