Html Css Color HEX #7CCF46 Mantis

📋 copy color: '#7CCF46'

red 124 ◦ green 207 ◦ blue 70

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

Shades of Mantis #7CCF46

Tints of Mantis #7CCF46

RGB

 RED value IS 124 (48.83% from 255) = 30.92%

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

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

R = 30.92%
G = 51.62%
B = 17.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#7CCF46 (or 0x7CCF46) is known color: Mantis. HEX triplet: 7C, CF and 46. RGB value is (124,207,70). Sum of RGB (Red+Green+Blue) = 124+207+70=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF46 is #8330B9. Grayscale: #A7A7A7. Windows color (decimal): -8597690 or 4640636. OLE color: 4640636.

HSL color Cylindrical-coordinate representation of color #7CCF46: hue angle of 96.35º 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 #7CCF46 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 207 70 -
CMYK 0.40 0 0.66 0.19
HSL 96.35º 0.59% 0.54% -
HSV(B) 96.35º 0.66% 0.81% -
XYZ 31.73 49.35 13.65 -
YUV 166.57 73.5 97.64 -
System Red Green Blue C M Y K H S L
Decimal 124 207 70 0.40 0 0.66 0.19 96.35 0.59 0.54
Hex 7C CF 46 28 0 42 13 60 3B 36
Octal 174 317 106 50 0 102 23 140 73 66
Binary 1111100 11001111 1000110 101000 0 1000010 10011 1100000 111011 110110

Color Harmonies of #7CCF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF46

Black with #7CCF46

Text Example


Text Example

White with #7CCF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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