Html Css Color HEX #75C255 Mantis

📋 copy color: '#75C255'

red 117 ◦ green 194 ◦ blue 85

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

Shades of Mantis #75C255

Tints of Mantis #75C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

 BLUE value IS 85 (33.59% from 255) = 21.46%

R = 29.55%
G = 48.99%
B = 21.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#75C255 (or 0x75C255) is known color: Mantis. HEX triplet: 75, C2 and 55. RGB value is (117,194,85). Sum of RGB (Red+Green+Blue) = 117+194+85=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #75C255 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C255 is #8A3DAA. Grayscale: #9E9E9E. Windows color (decimal): -9059755 or 5620341. OLE color: 5620341.

HSL color Cylindrical-coordinate representation of color #75C255: hue angle of 102.39º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75C255 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 85 -
CMYK 0.40 0 0.56 0.24
HSL 102.39º 0.47% 0.55% -
HSV(B) 102.39º 0.56% 0.76% -
XYZ 28.27 43.02 15.41 -
YUV 158.55 86.49 98.36 -
System Red Green Blue C M Y K H S L
Decimal 117 194 85 0.40 0 0.56 0.24 102.39 0.47 0.55
Hex 75 C2 55 28 0 38 18 66 2F 37
Octal 165 302 125 50 0 70 30 146 57 67
Binary 1110101 11000010 1010101 101000 0 111000 11000 1100110 101111 110111

Color Harmonies of #75C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C255

Black with #75C255

Text Example


Text Example

White with #75C255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,85); }

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

background-color css

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

 a { background-color: rgb(117,194,85); }

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

border-color css

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

 span { border-color: rgb(117,194,85); }

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