Html Css Color HEX #75EA3D Mantis

📋 copy color: '#75EA3D'

red 117 ◦ green 234 ◦ blue 61

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

Shades of Mantis #75EA3D

Tints of Mantis #75EA3D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.8%

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

R = 28.4%
G = 56.8%
B = 14.81%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#75EA3D (or 0x75EA3D) is known color: Mantis. HEX triplet: 75, EA and 3D. RGB value is (117,234,61). Sum of RGB (Red+Green+Blue) = 117+234+61=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EA3D is #8A15C2. Grayscale: #B3B3B3. Windows color (decimal): -9049539 or 4057717. OLE color: 4057717.

HSL color Cylindrical-coordinate representation of color #75EA3D: hue angle of 100.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75EA3D is Cyan = 0.5, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 61 -
CMYK 0.5 0 0.74 0.08
HSL 100.58º 0.8% 0.58% -
HSV(B) 100.58º 0.74% 0.92% -
XYZ 37.6 62.96 14.59 -
YUV 179.3 61.24 83.57 -
System Red Green Blue C M Y K H S L
Decimal 117 234 61 0.5 0 0.74 0.08 100.58 0.8 0.58
Hex 75 EA 3D 32 0 4A 8 65 50 3A
Octal 165 352 75 62 0 112 10 145 120 72
Binary 1110101 11101010 111101 110010 0 1001010 1000 1100101 1010000 111010

Color Harmonies of #75EA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EA3D

Black with #75EA3D

Text Example


Text Example

White with #75EA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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