Html Css Color HEX #75D33F Mantis

📋 copy color: '#75D33F'

red 117 ◦ green 211 ◦ blue 63

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

Shades of Mantis #75D33F

Tints of Mantis #75D33F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.11%

R = 29.92%
G = 53.96%
B = 16.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#75D33F (or 0x75D33F) is known color: Mantis. HEX triplet: 75, D3 and 3F. RGB value is (117,211,63). Sum of RGB (Red+Green+Blue) = 117+211+63=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #75D33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D33F is #8A2CC0. Grayscale: #A6A6A6. Windows color (decimal): -9055425 or 4182901. OLE color: 4182901.

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

Color convert

RGB 117 211 63 -
CMYK 0.45 0 0.70 0.17
HSL 98.11º 0.63% 0.54% -
HSV(B) 98.11º 0.7% 0.83% -
XYZ 31.53 50.73 12.83 -
YUV 166.02 69.86 93.03 -
System Red Green Blue C M Y K H S L
Decimal 117 211 63 0.45 0 0.70 0.17 98.11 0.63 0.54
Hex 75 D3 3F 2D 0 46 11 62 3F 36
Octal 165 323 77 55 0 106 21 142 77 66
Binary 1110101 11010011 111111 101101 0 1000110 10001 1100010 111111 110110

Color Harmonies of #75D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D33F

Black with #75D33F

Text Example


Text Example

White with #75D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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