Html Css Color HEX #75DC3A Mantis

📋 copy color: '#75DC3A'

red 117 ◦ green 220 ◦ blue 58

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

Shades of Mantis #75DC3A

Tints of Mantis #75DC3A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.7%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 29.62%
G = 55.7%
B = 14.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#75DC3A (or 0x75DC3A) is known color: Mantis. HEX triplet: 75, DC and 3A. RGB value is (117,220,58). Sum of RGB (Red+Green+Blue) = 117+220+58=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC3A is #8A23C5. Grayscale: #ABABAB. Windows color (decimal): -9053126 or 3857525. OLE color: 3857525.

HSL color Cylindrical-coordinate representation of color #75DC3A: hue angle of 98.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75DC3A is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 58 -
CMYK 0.47 0 0.74 0.14
HSL 98.15º 0.7% 0.55% -
HSV(B) 98.15º 0.74% 0.86% -
XYZ 33.69 55.27 12.9 -
YUV 170.74 64.38 89.67 -
System Red Green Blue C M Y K H S L
Decimal 117 220 58 0.47 0 0.74 0.14 98.15 0.7 0.55
Hex 75 DC 3A 2F 0 4A E 62 46 37
Octal 165 334 72 57 0 112 16 142 106 67
Binary 1110101 11011100 111010 101111 0 1001010 1110 1100010 1000110 110111

Color Harmonies of #75DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC3A

Black with #75DC3A

Text Example


Text Example

White with #75DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,58); }

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

background-color css

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

 a { background-color: rgb(117,220,58); }

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

border-color css

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

 span { border-color: rgb(117,220,58); }

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