Html Css Color HEX #7DC268 Mantis

📋 copy color: '#7DC268'

red 125 ◦ green 194 ◦ blue 104

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

Shades of Mantis #7DC268

Tints of Mantis #7DC268

RGB

 RED value IS 125 (49.22% from 255) = 29.55%

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 29.55%
G = 45.86%
B = 24.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#7DC268 (or 0x7DC268) is known color: Mantis. HEX triplet: 7D, C2 and 68. RGB value is (125,194,104). Sum of RGB (Red+Green+Blue) = 125+194+104=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #7DC268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC268 is #823D97. Grayscale: #A3A3A3. Windows color (decimal): -8535448 or 6865533. OLE color: 6865533.

HSL color Cylindrical-coordinate representation of color #7DC268: hue angle of 106º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DC268 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 194 104 -
CMYK 0.36 0 0.46 0.24
HSL 106º 0.42% 0.58% -
HSV(B) 106º 0.46% 0.76% -
XYZ 30.25 43.94 19.98 -
YUV 163.11 94.64 100.82 -
System Red Green Blue C M Y K H S L
Decimal 125 194 104 0.36 0 0.46 0.24 106 0.42 0.58
Hex 7D C2 68 24 0 2E 18 6A 2A 3A
Octal 175 302 150 44 0 56 30 152 52 72
Binary 1111101 11000010 1101000 100100 0 101110 11000 1101010 101010 111010

Color Harmonies of #7DC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC268

Black with #7DC268

Text Example


Text Example

White with #7DC268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,104); }

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

background-color css

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

 a { background-color: rgb(125,194,104); }

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

border-color css

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

 span { border-color: rgb(125,194,104); }

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