Html Css Color HEX #75CA52 Mantis

📋 copy color: '#75CA52'

red 117 ◦ green 202 ◦ blue 82

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

Shades of Mantis #75CA52

Tints of Mantis #75CA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 29.18%
G = 50.37%
B = 20.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#75CA52 (or 0x75CA52) is known color: Mantis. HEX triplet: 75, CA and 52. RGB value is (117,202,82). Sum of RGB (Red+Green+Blue) = 117+202+82=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CA52 is #8A35AD. Grayscale: #A3A3A3. Windows color (decimal): -9057710 or 5425781. OLE color: 5425781.

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

Color convert

RGB 117 202 82 -
CMYK 0.42 0 0.59 0.21
HSL 102.5º 0.53% 0.56% -
HSV(B) 102.5º 0.59% 0.79% -
XYZ 29.98 46.63 15.4 -
YUV 162.91 82.34 95.26 -
System Red Green Blue C M Y K H S L
Decimal 117 202 82 0.42 0 0.59 0.21 102.5 0.53 0.56
Hex 75 CA 52 2A 0 3B 15 66 35 38
Octal 165 312 122 52 0 73 25 146 65 70
Binary 1110101 11001010 1010010 101010 0 111011 10101 1100110 110101 111000

Color Harmonies of #75CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA52

Black with #75CA52

Text Example


Text Example

White with #75CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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