Html Css Color HEX #8BCB4B Mantis

📋 copy color: '#8BCB4B'

red 139 ◦ green 203 ◦ blue 75

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

Shades of Mantis #8BCB4B

Tints of Mantis #8BCB4B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.68%

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 33.33%
G = 48.68%
B = 17.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#8BCB4B (or 0x8BCB4B) is known color: Mantis. HEX triplet: 8B, CB and 4B. RGB value is (139,203,75). Sum of RGB (Red+Green+Blue) = 139+203+75=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCB4B is #7434B4. Grayscale: #A9A9A9. Windows color (decimal): -7615669 or 4967307. OLE color: 4967307.

HSL color Cylindrical-coordinate representation of color #8BCB4B: hue angle of 90º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BCB4B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 203 75 -
CMYK 0.32 0 0.63 0.20
HSL 90º 0.55% 0.55% -
HSV(B) 90º 0.63% 0.8% -
XYZ 33.27 48.71 14.3 -
YUV 169.27 74.8 106.41 -
System Red Green Blue C M Y K H S L
Decimal 139 203 75 0.32 0 0.63 0.20 90 0.55 0.55
Hex 8B CB 4B 20 0 3F 14 5A 37 37
Octal 213 313 113 40 0 77 24 132 67 67
Binary 10001011 11001011 1001011 100000 0 111111 10100 1011010 110111 110111

Color Harmonies of #8BCB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCB4B

Black with #8BCB4B

Text Example


Text Example

White with #8BCB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,203,75); }

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

background-color css

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

 a { background-color: rgb(139,203,75); }

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

border-color css

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

 span { border-color: rgb(139,203,75); }

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