Html Css Color HEX #7CCF40 Mantis

📋 copy color: '#7CCF40'

red 124 ◦ green 207 ◦ blue 64

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

Shades of Mantis #7CCF40

Tints of Mantis #7CCF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 31.39%
G = 52.41%
B = 16.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#7CCF40 (or 0x7CCF40) is known color: Mantis. HEX triplet: 7C, CF and 40. RGB value is (124,207,64). Sum of RGB (Red+Green+Blue) = 124+207+64=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF40 is #8330BF. Grayscale: #A6A6A6. Windows color (decimal): -8597696 or 4247420. OLE color: 4247420.

HSL color Cylindrical-coordinate representation of color #7CCF40: hue angle of 94.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CCF40 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 207 64 -
CMYK 0.40 0 0.69 0.19
HSL 94.83º 0.6% 0.53% -
HSV(B) 94.83º 0.69% 0.81% -
XYZ 31.55 49.28 12.7 -
YUV 165.88 70.5 98.13 -
System Red Green Blue C M Y K H S L
Decimal 124 207 64 0.40 0 0.69 0.19 94.83 0.6 0.53
Hex 7C CF 40 28 0 45 13 5F 3C 35
Octal 174 317 100 50 0 105 23 137 74 65
Binary 1111100 11001111 1000000 101000 0 1000101 10011 1011111 111100 110101

Color Harmonies of #7CCF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF40

Black with #7CCF40

Text Example


Text Example

White with #7CCF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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