Html Css Color HEX #7BCF46 Mantis

📋 copy color: '#7BCF46'

red 123 ◦ green 207 ◦ blue 70

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

Shades of Mantis #7BCF46

Tints of Mantis #7BCF46

RGB

 RED value IS 123 (48.44% from 255) = 30.75%

 GREEN value IS 207 (81.25% from 255) = 51.75%

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 30.75%
G = 51.75%
B = 17.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#7BCF46 (or 0x7BCF46) is known color: Mantis. HEX triplet: 7B, CF and 46. RGB value is (123,207,70). Sum of RGB (Red+Green+Blue) = 123+207+70=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCF46 is #8430B9. Grayscale: #A6A6A6. Windows color (decimal): -8663226 or 4640635. OLE color: 4640635.

HSL color Cylindrical-coordinate representation of color #7BCF46: hue angle of 96.79º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7BCF46 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 207 70 -
CMYK 0.41 0 0.66 0.19
HSL 96.79º 0.59% 0.54% -
HSV(B) 96.79º 0.66% 0.81% -
XYZ 31.59 49.28 13.64 -
YUV 166.27 73.67 97.14 -
System Red Green Blue C M Y K H S L
Decimal 123 207 70 0.41 0 0.66 0.19 96.79 0.59 0.54
Hex 7B CF 46 29 0 42 13 61 3B 36
Octal 173 317 106 51 0 102 23 141 73 66
Binary 1111011 11001111 1000110 101001 0 1000010 10011 1100001 111011 110110

Color Harmonies of #7BCF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF46

Black with #7BCF46

Text Example


Text Example

White with #7BCF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BCF46; }

 p { color: rgb(123,207,70); }

 H1.HeaderClassName
 {
   color: #7BCF46;
 }
 .AnyTagClassName
 {
   color: #7BCF46;
 }
</style>

background-color css

<style>
 a { background-color: #7BCF46; }

 a { background-color: rgb(123,207,70); }

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

border-color css

<style>
 span { border-color: #7BCF46; }

 span { border-color: rgb(123,207,70); }

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