Html Css Color HEX #75C04A Mantis

📋 copy color: '#75C04A'

red 117 ◦ green 192 ◦ blue 74

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

Shades of Mantis #75C04A

Tints of Mantis #75C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 30.55%
G = 50.13%
B = 19.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#75C04A (or 0x75C04A) is known color: Mantis. HEX triplet: 75, C0 and 4A. RGB value is (117,192,74). Sum of RGB (Red+Green+Blue) = 117+192+74=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #75C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C04A is #8A3FB5. Grayscale: #9C9C9C. Windows color (decimal): -9060278 or 4898933. OLE color: 4898933.

HSL color Cylindrical-coordinate representation of color #75C04A: hue angle of 98.14º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75C04A is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 74 -
CMYK 0.39 0 0.61 0.25
HSL 98.14º 0.48% 0.52% -
HSV(B) 98.14º 0.61% 0.75% -
XYZ 27.42 41.98 13.14 -
YUV 156.12 81.65 100.09 -
System Red Green Blue C M Y K H S L
Decimal 117 192 74 0.39 0 0.61 0.25 98.14 0.48 0.52
Hex 75 C0 4A 27 0 3D 19 62 30 34
Octal 165 300 112 47 0 75 31 142 60 64
Binary 1110101 11000000 1001010 100111 0 111101 11001 1100010 110000 110100

Color Harmonies of #75C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C04A

Black with #75C04A

Text Example


Text Example

White with #75C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,74); }

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

background-color css

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

 a { background-color: rgb(117,192,74); }

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

border-color css

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

 span { border-color: rgb(117,192,74); }

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