Html Css Color HEX #8DBF85 Dark Sea Green

📋 copy color: '#8DBF85'

red 141 ◦ green 191 ◦ blue 133

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

Shades of Dark Sea Green #8DBF85

Tints of Dark Sea Green #8DBF85

RGB

 RED value IS 141 (55.47% from 255) = 30.32%

 GREEN value IS 191 (75% from 255) = 41.08%

 BLUE value IS 133 (52.34% from 255) = 28.6%

R = 30.32%
G = 41.08%
B = 28.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#8DBF85 (or 0x8DBF85) is known color: Dark Sea Green. HEX triplet: 8D, BF and 85. RGB value is (141,191,133). Sum of RGB (Red+Green+Blue) = 141+191+133=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF85 is #72407A. Grayscale: #A9A9A9. Windows color (decimal): -7487611 or 8765325. OLE color: 8765325.

HSL color Cylindrical-coordinate representation of color #8DBF85: hue angle of 111.72º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBF85 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 191 133 -
CMYK 0.26 0 0.30 0.25
HSL 111.72º 0.31% 0.64% -
HSV(B) 111.72º 0.3% 0.75% -
XYZ 33.85 44.62 29.02 -
YUV 169.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 141 191 133 0.26 0 0.30 0.25 111.72 0.31 0.64
Hex 8D BF 85 1A 0 1E 19 70 1F 40
Octal 215 277 205 32 0 36 31 160 37 100
Binary 10001101 10111111 10000101 11010 0 11110 11001 1110000 11111 1000000

Color Harmonies of #8DBF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBF85

Black with #8DBF85

Text Example


Text Example

White with #8DBF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DBF85; }

 p { color: rgb(141,191,133); }

 H1.HeaderClassName
 {
   color: #8DBF85;
 }
 .AnyTagClassName
 {
   color: #8DBF85;
 }
</style>

background-color css

<style>
 a { background-color: #8DBF85; }

 a { background-color: rgb(141,191,133); }

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

border-color css

<style>
 span { border-color: #8DBF85; }

 span { border-color: rgb(141,191,133); }

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