Html Css Color HEX #75DC3D Mantis

📋 copy color: '#75DC3D'

red 117 ◦ green 220 ◦ blue 61

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

Shades of Mantis #75DC3D

Tints of Mantis #75DC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.33%

R = 29.4%
G = 55.28%
B = 15.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#75DC3D (or 0x75DC3D) is known color: Mantis. HEX triplet: 75, DC and 3D. RGB value is (117,220,61). Sum of RGB (Red+Green+Blue) = 117+220+61=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DC3D is #8A23C2. Grayscale: #ABABAB. Windows color (decimal): -9053123 or 4054133. OLE color: 4054133.

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

Color convert

RGB 117 220 61 -
CMYK 0.47 0 0.72 0.14
HSL 98.87º 0.69% 0.55% -
HSV(B) 98.87º 0.72% 0.86% -
XYZ 33.77 55.31 13.31 -
YUV 171.08 65.88 89.43 -
System Red Green Blue C M Y K H S L
Decimal 117 220 61 0.47 0 0.72 0.14 98.87 0.69 0.55
Hex 75 DC 3D 2F 0 48 E 63 45 37
Octal 165 334 75 57 0 110 16 143 105 67
Binary 1110101 11011100 111101 101111 0 1001000 1110 1100011 1000101 110111

Color Harmonies of #75DC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC3D

Black with #75DC3D

Text Example


Text Example

White with #75DC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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