Html Css Color HEX #75CF50 Mantis

📋 copy color: '#75CF50'

red 117 ◦ green 207 ◦ blue 80

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

Shades of Mantis #75CF50

Tints of Mantis #75CF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 28.96%
G = 51.24%
B = 19.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#75CF50 (or 0x75CF50) is known color: Mantis. HEX triplet: 75, CF and 50. RGB value is (117,207,80). Sum of RGB (Red+Green+Blue) = 117+207+80=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF50 is #8A30AF. Grayscale: #A6A6A6. Windows color (decimal): -9056432 or 5295989. OLE color: 5295989.

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

Color convert

RGB 117 207 80 -
CMYK 0.43 0 0.61 0.19
HSL 102.52º 0.57% 0.56% -
HSV(B) 102.52º 0.61% 0.81% -
XYZ 31.1 48.99 15.41 -
YUV 165.61 79.68 93.33 -
System Red Green Blue C M Y K H S L
Decimal 117 207 80 0.43 0 0.61 0.19 102.52 0.57 0.56
Hex 75 CF 50 2B 0 3D 13 67 39 38
Octal 165 317 120 53 0 75 23 147 71 70
Binary 1110101 11001111 1010000 101011 0 111101 10011 1100111 111001 111000

Color Harmonies of #75CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF50

Black with #75CF50

Text Example


Text Example

White with #75CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,207,80); }

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

background-color css

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

 a { background-color: rgb(117,207,80); }

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

border-color css

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

 span { border-color: rgb(117,207,80); }

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