Html Css Color HEX #7BCF42 Mantis

📋 copy color: '#7BCF42'

red 123 ◦ green 207 ◦ blue 66

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

Shades of Mantis #7BCF42

Tints of Mantis #7BCF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 31.06%
G = 52.27%
B = 16.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#7BCF42 (or 0x7BCF42) is known color: Mantis. HEX triplet: 7B, CF and 42. RGB value is (123,207,66). Sum of RGB (Red+Green+Blue) = 123+207+66=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCF42 is #8430BD. Grayscale: #A6A6A6. Windows color (decimal): -8663230 or 4378491. OLE color: 4378491.

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

Color convert

RGB 123 207 66 -
CMYK 0.41 0 0.68 0.19
HSL 95.74º 0.59% 0.54% -
HSV(B) 95.74º 0.68% 0.81% -
XYZ 31.46 49.23 13 -
YUV 165.81 71.67 97.46 -
System Red Green Blue C M Y K H S L
Decimal 123 207 66 0.41 0 0.68 0.19 95.74 0.59 0.54
Hex 7B CF 42 29 0 44 13 60 3B 36
Octal 173 317 102 51 0 104 23 140 73 66
Binary 1111011 11001111 1000010 101001 0 1000100 10011 1100000 111011 110110

Color Harmonies of #7BCF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCF42

Black with #7BCF42

Text Example


Text Example

White with #7BCF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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