Html Css Color HEX #75D33E Mantis

📋 copy color: '#75D33E'

red 117 ◦ green 211 ◦ blue 62

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

Shades of Mantis #75D33E

Tints of Mantis #75D33E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.9%

R = 30%
G = 54.1%
B = 15.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#75D33E (or 0x75D33E) is known color: Mantis. HEX triplet: 75, D3 and 3E. RGB value is (117,211,62). Sum of RGB (Red+Green+Blue) = 117+211+62=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #75D33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D33E is #8A2CC1. Grayscale: #A6A6A6. Windows color (decimal): -9055426 or 4117365. OLE color: 4117365.

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

Color convert

RGB 117 211 62 -
CMYK 0.45 0 0.71 0.17
HSL 97.85º 0.63% 0.54% -
HSV(B) 97.85º 0.71% 0.83% -
XYZ 31.5 50.72 12.69 -
YUV 165.91 69.36 93.12 -
System Red Green Blue C M Y K H S L
Decimal 117 211 62 0.45 0 0.71 0.17 97.85 0.63 0.54
Hex 75 D3 3E 2D 0 47 11 62 3F 36
Octal 165 323 76 55 0 107 21 142 77 66
Binary 1110101 11010011 111110 101101 0 1000111 10001 1100010 111111 110110

Color Harmonies of #75D33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D33E

Black with #75D33E

Text Example


Text Example

White with #75D33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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