Html Css Color HEX #05DD74 Spring Green

📋 copy color: '#05DD74'

red 5 ◦ green 221 ◦ blue 116

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

Shades of Spring Green #05DD74

Tints of Spring Green #05DD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 1.46%
G = 64.62%
B = 33.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#05DD74 (or 0x05DD74) is known color: Spring Green. HEX triplet: 05, DD and 74. RGB value is (5,221,116). Sum of RGB (Red+Green+Blue) = 5+221+116=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD74 is #FA228B. Grayscale: #909090. Windows color (decimal): -16392844 or 7658757. OLE color: 7658757.

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

Color convert

RGB 5 221 116 -
CMYK 0.98 0 0.48 0.13
HSL 150.83º 0.96% 0.44% -
HSV(B) 150.83º 0.98% 0.87% -
XYZ 29.07 53.01 25.22 -
YUV 144.45 111.94 28.54 -
System Red Green Blue C M Y K H S L
Decimal 5 221 116 0.98 0 0.48 0.13 150.83 0.96 0.44
Hex 5 DD 74 62 0 30 D 97 60 2C
Octal 5 335 164 142 0 60 15 227 140 54
Binary 101 11011101 1110100 1100010 0 110000 1101 10010111 1100000 101100

Color Harmonies of #05DD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD74

Black with #05DD74

Text Example


Text Example

White with #05DD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,221,116); }

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

background-color css

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

 a { background-color: rgb(5,221,116); }

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

border-color css

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

 span { border-color: rgb(5,221,116); }

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