Html Css Color HEX #75CA63 Mantis

📋 copy color: '#75CA63'

red 117 ◦ green 202 ◦ blue 99

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

Shades of Mantis #75CA63

Tints of Mantis #75CA63

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 27.99%
G = 48.33%
B = 23.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#75CA63 (or 0x75CA63) is known color: Mantis. HEX triplet: 75, CA and 63. RGB value is (117,202,99). Sum of RGB (Red+Green+Blue) = 117+202+99=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA63 is #8A359C. Grayscale: #A5A5A5. Windows color (decimal): -9057693 or 6539893. OLE color: 6539893.

HSL color Cylindrical-coordinate representation of color #75CA63: hue angle of 109.51º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CA63 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 99 -
CMYK 0.42 0 0.51 0.21
HSL 109.51º 0.49% 0.59% -
HSV(B) 109.51º 0.51% 0.79% -
XYZ 30.71 46.92 19.24 -
YUV 164.84 90.84 93.88 -
System Red Green Blue C M Y K H S L
Decimal 117 202 99 0.42 0 0.51 0.21 109.51 0.49 0.59
Hex 75 CA 63 2A 0 33 15 6E 31 3B
Octal 165 312 143 52 0 63 25 156 61 73
Binary 1110101 11001010 1100011 101010 0 110011 10101 1101110 110001 111011

Color Harmonies of #75CA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA63

Black with #75CA63

Text Example


Text Example

White with #75CA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,99); }

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

background-color css

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

 a { background-color: rgb(117,202,99); }

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

border-color css

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

 span { border-color: rgb(117,202,99); }

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