Html Css Color HEX #7CCC3D Mantis

📋 copy color: '#7CCC3D'

red 124 ◦ green 204 ◦ blue 61

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

Shades of Mantis #7CCC3D

Tints of Mantis #7CCC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.44%

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 31.88%
G = 52.44%
B = 15.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#7CCC3D (or 0x7CCC3D) is known color: Mantis. HEX triplet: 7C, CC and 3D. RGB value is (124,204,61). Sum of RGB (Red+Green+Blue) = 124+204+61=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC3D is #8333C2. Grayscale: #A4A4A4. Windows color (decimal): -8598467 or 4050044. OLE color: 4050044.

HSL color Cylindrical-coordinate representation of color #7CCC3D: hue angle of 93.57º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CCC3D is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 61 -
CMYK 0.39 0 0.70 0.2
HSL 93.57º 0.58% 0.52% -
HSV(B) 93.57º 0.7% 0.8% -
XYZ 30.75 47.81 12.02 -
YUV 163.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 124 204 61 0.39 0 0.70 0.2 93.57 0.58 0.52
Hex 7C CC 3D 27 0 46 14 5E 3A 34
Octal 174 314 75 47 0 106 24 136 72 64
Binary 1111100 11001100 111101 100111 0 1000110 10100 1011110 111010 110100

Color Harmonies of #7CCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC3D

Black with #7CCC3D

Text Example


Text Example

White with #7CCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,61); }

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

background-color css

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

 a { background-color: rgb(124,204,61); }

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

border-color css

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

 span { border-color: rgb(124,204,61); }

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