Html Css Color HEX #08DC7D Spring Green

📋 copy color: '#08DC7D'

red 8 ◦ green 220 ◦ blue 125

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

Shades of Spring Green #08DC7D

Tints of Spring Green #08DC7D

RGB

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

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

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

R = 2.27%
G = 62.32%
B = 35.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#08DC7D (or 0x08DC7D) is known color: Spring Green. HEX triplet: 08, DC and 7D. RGB value is (8,220,125). Sum of RGB (Red+Green+Blue) = 8+220+125=353 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.27% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DC7D is #F72382. Grayscale: #919191. Windows color (decimal): -16196483 or 8248328. OLE color: 8248328.

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

Color convert

RGB 8 220 125 -
CMYK 0.96 0 0.43 0.14
HSL 153.11º 0.93% 0.45% -
HSV(B) 153.11º 0.96% 0.86% -
XYZ 29.4 52.72 28.03 -
YUV 145.78 116.26 29.72 -
System Red Green Blue C M Y K H S L
Decimal 8 220 125 0.96 0 0.43 0.14 153.11 0.93 0.45
Hex 8 DC 7D 60 0 2B E 99 5D 2D
Octal 10 334 175 140 0 53 16 231 135 55
Binary 1000 11011100 1111101 1100000 0 101011 1110 10011001 1011101 101101

Color Harmonies of #08DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC7D

Black with #08DC7D

Text Example


Text Example

White with #08DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,220,125); }

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

background-color css

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

 a { background-color: rgb(8,220,125); }

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

border-color css

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

 span { border-color: rgb(8,220,125); }

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