Html Css Color HEX #75D642 Mantis

📋 copy color: '#75D642'

red 117 ◦ green 214 ◦ blue 66

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

Shades of Mantis #75D642

Tints of Mantis #75D642

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.9%

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

R = 29.47%
G = 53.9%
B = 16.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#75D642 (or 0x75D642) is known color: Mantis. HEX triplet: 75, D6 and 42. RGB value is (117,214,66). Sum of RGB (Red+Green+Blue) = 117+214+66=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #75D642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D642 is #8A29BD. Grayscale: #A8A8A8. Windows color (decimal): -9054654 or 4380277. OLE color: 4380277.

HSL color Cylindrical-coordinate representation of color #75D642: hue angle of 99.32º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75D642 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 66 -
CMYK 0.45 0 0.69 0.16
HSL 99.32º 0.64% 0.55% -
HSV(B) 99.32º 0.69% 0.84% -
XYZ 32.37 52.27 13.54 -
YUV 168.13 70.36 91.53 -
System Red Green Blue C M Y K H S L
Decimal 117 214 66 0.45 0 0.69 0.16 99.32 0.64 0.55
Hex 75 D6 42 2D 0 45 10 63 40 37
Octal 165 326 102 55 0 105 20 143 100 67
Binary 1110101 11010110 1000010 101101 0 1000101 10000 1100011 1000000 110111

Color Harmonies of #75D642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D642

Black with #75D642

Text Example


Text Example

White with #75D642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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