Html Css Color HEX #7CDD5D Mantis

📋 copy color: '#7CDD5D'

red 124 ◦ green 221 ◦ blue 93

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

Shades of Mantis #7CDD5D

Tints of Mantis #7CDD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 28.31%
G = 50.46%
B = 21.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#7CDD5D (or 0x7CDD5D) is known color: Mantis. HEX triplet: 7C, DD and 5D. RGB value is (124,221,93). Sum of RGB (Red+Green+Blue) = 124+221+93=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD5D is #8322A2. Grayscale: #B1B1B1. Windows color (decimal): -8594083 or 6151548. OLE color: 6151548.

HSL color Cylindrical-coordinate representation of color #7CDD5D: hue angle of 105.47º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CDD5D is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 221 93 -
CMYK 0.44 0 0.58 0.13
HSL 105.47º 0.65% 0.62% -
HSV(B) 105.47º 0.58% 0.87% -
XYZ 36.14 56.79 19.41 -
YUV 177.41 80.36 89.91 -
System Red Green Blue C M Y K H S L
Decimal 124 221 93 0.44 0 0.58 0.13 105.47 0.65 0.62
Hex 7C DD 5D 2C 0 3A D 69 41 3E
Octal 174 335 135 54 0 72 15 151 101 76
Binary 1111100 11011101 1011101 101100 0 111010 1101 1101001 1000001 111110

Color Harmonies of #7CDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDD5D

Black with #7CDD5D

Text Example


Text Example

White with #7CDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,221,93); }

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

background-color css

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

 a { background-color: rgb(124,221,93); }

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

border-color css

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

 span { border-color: rgb(124,221,93); }

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