Html Css Color HEX #7CDB42 Mantis

📋 copy color: '#7CDB42'

red 124 ◦ green 219 ◦ blue 66

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

Shades of Mantis #7CDB42

Tints of Mantis #7CDB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.55%

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

R = 30.32%
G = 53.55%
B = 16.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#7CDB42 (or 0x7CDB42) is known color: Mantis. HEX triplet: 7C, DB and 42. RGB value is (124,219,66). Sum of RGB (Red+Green+Blue) = 124+219+66=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDB42 is #8324BD. Grayscale: #ADADAD. Windows color (decimal): -8594622 or 4381564. OLE color: 4381564.

HSL color Cylindrical-coordinate representation of color #7CDB42: hue angle of 97.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CDB42 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 219 66 -
CMYK 0.43 0 0.70 0.14
HSL 97.25º 0.68% 0.56% -
HSV(B) 97.25º 0.7% 0.86% -
XYZ 34.63 55.34 14.01 -
YUV 173.15 67.53 92.94 -
System Red Green Blue C M Y K H S L
Decimal 124 219 66 0.43 0 0.70 0.14 97.25 0.68 0.56
Hex 7C DB 42 2B 0 46 E 61 44 38
Octal 174 333 102 53 0 106 16 141 104 70
Binary 1111100 11011011 1000010 101011 0 1000110 1110 1100001 1000100 111000

Color Harmonies of #7CDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDB42

Black with #7CDB42

Text Example


Text Example

White with #7CDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,219,66); }

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

background-color css

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

 a { background-color: rgb(124,219,66); }

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

border-color css

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

 span { border-color: rgb(124,219,66); }

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