Html Css Color HEX #75D741 Mantis

📋 copy color: '#75D741'

red 117 ◦ green 215 ◦ blue 65

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

Shades of Mantis #75D741

Tints of Mantis #75D741

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.16%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 29.47%
G = 54.16%
B = 16.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#75D741 (or 0x75D741) is known color: Mantis. HEX triplet: 75, D7 and 41. RGB value is (117,215,65). Sum of RGB (Red+Green+Blue) = 117+215+65=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #75D741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D741 is #8A28BE. Grayscale: #A9A9A9. Windows color (decimal): -9054399 or 4314997. OLE color: 4314997.

HSL color Cylindrical-coordinate representation of color #75D741: hue angle of 99.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75D741 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 215 65 -
CMYK 0.46 0 0.70 0.16
HSL 99.2º 0.65% 0.55% -
HSV(B) 99.2º 0.7% 0.84% -
XYZ 32.59 52.76 13.47 -
YUV 168.6 69.53 91.2 -
System Red Green Blue C M Y K H S L
Decimal 117 215 65 0.46 0 0.70 0.16 99.2 0.65 0.55
Hex 75 D7 41 2E 0 46 10 63 41 37
Octal 165 327 101 56 0 106 20 143 101 67
Binary 1110101 11010111 1000001 101110 0 1000110 10000 1100011 1000001 110111

Color Harmonies of #75D741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D741

Black with #75D741

Text Example


Text Example

White with #75D741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,215,65); }

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

background-color css

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

 a { background-color: rgb(117,215,65); }

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

border-color css

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

 span { border-color: rgb(117,215,65); }

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