Html Css Color HEX #75C268 Mantis

📋 copy color: '#75C268'

red 117 ◦ green 194 ◦ blue 104

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

Shades of Mantis #75C268

Tints of Mantis #75C268

RGB

 RED value IS 117 (46.09% from 255) = 28.19%

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

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

R = 28.19%
G = 46.75%
B = 25.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#75C268 (or 0x75C268) is known color: Mantis. HEX triplet: 75, C2 and 68. RGB value is (117,194,104). Sum of RGB (Red+Green+Blue) = 117+194+104=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #75C268 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C268 is #8A3D97. Grayscale: #A1A1A1. Windows color (decimal): -9059736 or 6865525. OLE color: 6865525.

HSL color Cylindrical-coordinate representation of color #75C268: hue angle of 111.33º 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 #75C268 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 104 -
CMYK 0.40 0 0.46 0.24
HSL 111.33º 0.42% 0.58% -
HSV(B) 111.33º 0.46% 0.76% -
XYZ 29.13 43.36 19.93 -
YUV 160.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 117 194 104 0.40 0 0.46 0.24 111.33 0.42 0.58
Hex 75 C2 68 28 0 2E 18 6F 2A 3A
Octal 165 302 150 50 0 56 30 157 52 72
Binary 1110101 11000010 1101000 101000 0 101110 11000 1101111 101010 111010

Color Harmonies of #75C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C268

Black with #75C268

Text Example


Text Example

White with #75C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C268; }

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

 H1.HeaderClassName
 {
   color: #75C268;
 }
 .AnyTagClassName
 {
   color: #75C268;
 }
</style>

background-color css

<style>
 a { background-color: #75C268; }

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

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

border-color css

<style>
 span { border-color: #75C268; }

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

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