Html Css Color HEX #08DD73 Spring Green

📋 copy color: '#08DD73'

red 8 ◦ green 221 ◦ blue 115

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

Shades of Spring Green #08DD73

Tints of Spring Green #08DD73

RGB

 RED value IS 8 (3.52% from 255) = 2.33%

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

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

R = 2.33%
G = 64.24%
B = 33.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#08DD73 (or 0x08DD73) is known color: Spring Green. HEX triplet: 08, DD and 73. RGB value is (8,221,115). Sum of RGB (Red+Green+Blue) = 8+221+115=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DD73 is #F7228C. Grayscale: #919191. Windows color (decimal): -16196237 or 7593224. OLE color: 7593224.

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

Color convert

RGB 8 221 115 -
CMYK 0.96 0 0.48 0.13
HSL 150.14º 0.93% 0.45% -
HSV(B) 150.14º 0.96% 0.87% -
XYZ 29.05 53 24.92 -
YUV 145.23 110.93 30.12 -
System Red Green Blue C M Y K H S L
Decimal 8 221 115 0.96 0 0.48 0.13 150.14 0.93 0.45
Hex 8 DD 73 60 0 30 D 96 5D 2D
Octal 10 335 163 140 0 60 15 226 135 55
Binary 1000 11011101 1110011 1100000 0 110000 1101 10010110 1011101 101101

Color Harmonies of #08DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DD73

Black with #08DD73

Text Example


Text Example

White with #08DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08DD73; }

 p { color: rgb(8,221,115); }

 H1.HeaderClassName
 {
   color: #08DD73;
 }
 .AnyTagClassName
 {
   color: #08DD73;
 }
</style>

background-color css

<style>
 a { background-color: #08DD73; }

 a { background-color: rgb(8,221,115); }

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

border-color css

<style>
 span { border-color: #08DD73; }

 span { border-color: rgb(8,221,115); }

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