Html Css Color HEX #75CE41 Mantis

📋 copy color: '#75CE41'

red 117 ◦ green 206 ◦ blue 65

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

Shades of Mantis #75CE41

Tints of Mantis #75CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.09%

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

R = 30.15%
G = 53.09%
B = 16.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#75CE41 (or 0x75CE41) is known color: Mantis. HEX triplet: 75, CE and 41. RGB value is (117,206,65). Sum of RGB (Red+Green+Blue) = 117+206+65=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CE41 is #8A31BE. Grayscale: #A3A3A3. Windows color (decimal): -9056703 or 4312693. OLE color: 4312693.

HSL color Cylindrical-coordinate representation of color #75CE41: hue angle of 97.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75CE41 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 65 -
CMYK 0.43 0 0.68 0.19
HSL 97.87º 0.59% 0.53% -
HSV(B) 97.87º 0.68% 0.81% -
XYZ 30.36 48.31 12.72 -
YUV 163.32 72.51 94.96 -
System Red Green Blue C M Y K H S L
Decimal 117 206 65 0.43 0 0.68 0.19 97.87 0.59 0.53
Hex 75 CE 41 2B 0 44 13 62 3B 35
Octal 165 316 101 53 0 104 23 142 73 65
Binary 1110101 11001110 1000001 101011 0 1000100 10011 1100010 111011 110101

Color Harmonies of #75CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE41

Black with #75CE41

Text Example


Text Example

White with #75CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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