Html Css Color HEX #75DC3F Mantis

📋 copy color: '#75DC3F'

red 117 ◦ green 220 ◦ blue 63

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

Shades of Mantis #75DC3F

Tints of Mantis #75DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 29.25%
G = 55%
B = 15.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#75DC3F (or 0x75DC3F) is known color: Mantis. HEX triplet: 75, DC and 3F. RGB value is (117,220,63). Sum of RGB (Red+Green+Blue) = 117+220+63=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC3F is #8A23C0. Grayscale: #ABABAB. Windows color (decimal): -9053121 or 4185205. OLE color: 4185205.

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

Color convert

RGB 117 220 63 -
CMYK 0.47 0 0.71 0.14
HSL 99.36º 0.69% 0.55% -
HSV(B) 99.36º 0.71% 0.86% -
XYZ 33.83 55.33 13.6 -
YUV 171.31 66.88 89.27 -
System Red Green Blue C M Y K H S L
Decimal 117 220 63 0.47 0 0.71 0.14 99.36 0.69 0.55
Hex 75 DC 3F 2F 0 47 E 63 45 37
Octal 165 334 77 57 0 107 16 143 105 67
Binary 1110101 11011100 111111 101111 0 1000111 1110 1100011 1000101 110111

Color Harmonies of #75DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC3F

Black with #75DC3F

Text Example


Text Example

White with #75DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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