Html Css Color HEX #7CCF45 Mantis

📋 copy color: '#7CCF45'

red 124 ◦ green 207 ◦ blue 69

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

Shades of Mantis #7CCF45

Tints of Mantis #7CCF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 31%
G = 51.75%
B = 17.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#7CCF45 (or 0x7CCF45) is known color: Mantis. HEX triplet: 7C, CF and 45. RGB value is (124,207,69). Sum of RGB (Red+Green+Blue) = 124+207+69=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF45 is #8330BA. Grayscale: #A6A6A6. Windows color (decimal): -8597691 or 4575100. OLE color: 4575100.

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

Color convert

RGB 124 207 69 -
CMYK 0.40 0 0.67 0.19
HSL 96.09º 0.59% 0.54% -
HSV(B) 96.09º 0.67% 0.81% -
XYZ 31.7 49.34 13.48 -
YUV 166.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 124 207 69 0.40 0 0.67 0.19 96.09 0.59 0.54
Hex 7C CF 45 28 0 43 13 60 3B 36
Octal 174 317 105 50 0 103 23 140 73 66
Binary 1111100 11001111 1000101 101000 0 1000011 10011 1100000 111011 110110

Color Harmonies of #7CCF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCF45

Black with #7CCF45

Text Example


Text Example

White with #7CCF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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