Html Css Color HEX #75CF5B Mantis

📋 copy color: '#75CF5B'

red 117 ◦ green 207 ◦ blue 91

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

Shades of Mantis #75CF5B

Tints of Mantis #75CF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.93%

R = 28.19%
G = 49.88%
B = 21.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#75CF5B (or 0x75CF5B) is known color: Mantis. HEX triplet: 75, CF and 5B. RGB value is (117,207,91). Sum of RGB (Red+Green+Blue) = 117+207+91=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF5B is #8A30A4. Grayscale: #A7A7A7. Windows color (decimal): -9056421 or 6016885. OLE color: 6016885.

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

Color convert

RGB 117 207 91 -
CMYK 0.43 0 0.56 0.19
HSL 106.55º 0.55% 0.58% -
HSV(B) 106.55º 0.56% 0.81% -
XYZ 31.54 49.16 17.72 -
YUV 166.87 85.18 92.43 -
System Red Green Blue C M Y K H S L
Decimal 117 207 91 0.43 0 0.56 0.19 106.55 0.55 0.58
Hex 75 CF 5B 2B 0 38 13 6B 37 3A
Octal 165 317 133 53 0 70 23 153 67 72
Binary 1110101 11001111 1011011 101011 0 111000 10011 1101011 110111 111010

Color Harmonies of #75CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF5B

Black with #75CF5B

Text Example


Text Example

White with #75CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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