Html Css Color HEX #75D35C Mantis

📋 copy color: '#75D35C'

red 117 ◦ green 211 ◦ blue 92

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

Shades of Mantis #75D35C

Tints of Mantis #75D35C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.24%

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 27.86%
G = 50.24%
B = 21.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#75D35C (or 0x75D35C) is known color: Mantis. HEX triplet: 75, D3 and 5C. RGB value is (117,211,92). Sum of RGB (Red+Green+Blue) = 117+211+92=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #75D35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D35C is #8A2CA3. Grayscale: #A9A9A9. Windows color (decimal): -9055396 or 6083445. OLE color: 6083445.

HSL color Cylindrical-coordinate representation of color #75D35C: hue angle of 107.39º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75D35C is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 92 -
CMYK 0.45 0 0.56 0.17
HSL 107.4º 0.57% 0.59% -
HSV(B) 107.4º 0.56% 0.83% -
XYZ 32.56 51.14 18.28 -
YUV 169.33 84.36 90.68 -
System Red Green Blue C M Y K H S L
Decimal 117 211 92 0.45 0 0.56 0.17 107.4 0.57 0.59
Hex 75 D3 5C 2D 0 38 11 6B 39 3B
Octal 165 323 134 55 0 70 21 153 71 73
Binary 1110101 11010011 1011100 101101 0 111000 10001 1101011 111001 111011

Color Harmonies of #75D35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D35C

Black with #75D35C

Text Example


Text Example

White with #75D35C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,211,92); }

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

background-color css

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

 a { background-color: rgb(117,211,92); }

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

border-color css

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

 span { border-color: rgb(117,211,92); }

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