Html Css Color HEX #7CCD4B Mantis

📋 copy color: '#7CCD4B'

red 124 ◦ green 205 ◦ blue 75

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

Shades of Mantis #7CCD4B

Tints of Mantis #7CCD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.74%

 BLUE value IS 75 (29.69% from 255) = 18.56%

R = 30.69%
G = 50.74%
B = 18.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#7CCD4B (or 0x7CCD4B) is known color: Mantis. HEX triplet: 7C, CD and 4B. RGB value is (124,205,75). Sum of RGB (Red+Green+Blue) = 124+205+75=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD4B is #8332B4. Grayscale: #A6A6A6. Windows color (decimal): -8598197 or 4967804. OLE color: 4967804.

HSL color Cylindrical-coordinate representation of color #7CCD4B: hue angle of 97.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CCD4B is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 75 -
CMYK 0.40 0 0.63 0.20
HSL 97.38º 0.57% 0.55% -
HSV(B) 97.38º 0.63% 0.8% -
XYZ 31.41 48.46 14.35 -
YUV 165.96 76.66 98.07 -
System Red Green Blue C M Y K H S L
Decimal 124 205 75 0.40 0 0.63 0.20 97.38 0.57 0.55
Hex 7C CD 4B 28 0 3F 14 61 39 37
Octal 174 315 113 50 0 77 24 141 71 67
Binary 1111100 11001101 1001011 101000 0 111111 10100 1100001 111001 110111

Color Harmonies of #7CCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD4B

Black with #7CCD4B

Text Example


Text Example

White with #7CCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,205,75); }

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

background-color css

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

 a { background-color: rgb(124,205,75); }

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

border-color css

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

 span { border-color: rgb(124,205,75); }

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