Html Css Color HEX #8BC274 Mantis

📋 copy color: '#8BC274'

red 139 ◦ green 194 ◦ blue 116

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

Shades of Mantis #8BC274

Tints of Mantis #8BC274

RGB

 RED value IS 139 (54.69% from 255) = 30.96%

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 30.96%
G = 43.21%
B = 25.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#8BC274 (or 0x8BC274) is known color: Mantis. HEX triplet: 8B, C2 and 74. RGB value is (139,194,116). Sum of RGB (Red+Green+Blue) = 139+194+116=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC274 is #743D8B. Grayscale: #A8A8A8. Windows color (decimal): -7617932 or 7651979. OLE color: 7651979.

HSL color Cylindrical-coordinate representation of color #8BC274: hue angle of 102.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BC274 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 194 116 -
CMYK 0.28 0 0.40 0.24
HSL 102.31º 0.39% 0.61% -
HSV(B) 102.31º 0.4% 0.76% -
XYZ 33.09 45.33 23.53 -
YUV 168.66 98.28 106.84 -
System Red Green Blue C M Y K H S L
Decimal 139 194 116 0.28 0 0.40 0.24 102.31 0.39 0.61
Hex 8B C2 74 1C 0 28 18 66 27 3D
Octal 213 302 164 34 0 50 30 146 47 75
Binary 10001011 11000010 1110100 11100 0 101000 11000 1100110 100111 111101

Color Harmonies of #8BC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BC274

Black with #8BC274

Text Example


Text Example

White with #8BC274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,194,116); }

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

background-color css

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

 a { background-color: rgb(139,194,116); }

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

border-color css

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

 span { border-color: rgb(139,194,116); }

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