Html Css Color HEX #75DF42 Mantis

📋 copy color: '#75DF42'

red 117 ◦ green 223 ◦ blue 66

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

Shades of Mantis #75DF42

Tints of Mantis #75DF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.93%

 BLUE value IS 66 (26.17% from 255) = 16.26%

R = 28.82%
G = 54.93%
B = 16.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#75DF42 (or 0x75DF42) is known color: Mantis. HEX triplet: 75, DF and 42. RGB value is (117,223,66). Sum of RGB (Red+Green+Blue) = 117+223+66=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF42 is #8A20BD. Grayscale: #ADADAD. Windows color (decimal): -9052350 or 4382581. OLE color: 4382581.

HSL color Cylindrical-coordinate representation of color #75DF42: hue angle of 100.51º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75DF42 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 66 -
CMYK 0.48 0 0.70 0.13
HSL 100.51º 0.71% 0.57% -
HSV(B) 100.51º 0.7% 0.87% -
XYZ 34.71 56.95 14.32 -
YUV 173.41 67.38 87.77 -
System Red Green Blue C M Y K H S L
Decimal 117 223 66 0.48 0 0.70 0.13 100.51 0.71 0.57
Hex 75 DF 42 30 0 46 D 65 47 39
Octal 165 337 102 60 0 106 15 145 107 71
Binary 1110101 11011111 1000010 110000 0 1000110 1101 1100101 1000111 111001

Color Harmonies of #75DF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF42

Black with #75DF42

Text Example


Text Example

White with #75DF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,66); }

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

background-color css

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

 a { background-color: rgb(117,223,66); }

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

border-color css

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

 span { border-color: rgb(117,223,66); }

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