Html Css Color HEX #75D83D Mantis

📋 copy color: '#75D83D'

red 117 ◦ green 216 ◦ blue 61

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

Shades of Mantis #75D83D

Tints of Mantis #75D83D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.82%

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

R = 29.7%
G = 54.82%
B = 15.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#75D83D (or 0x75D83D) is known color: Mantis. HEX triplet: 75, D8 and 3D. RGB value is (117,216,61). Sum of RGB (Red+Green+Blue) = 117+216+61=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 216 (84.77% from 255 or 54.82% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 216 - color contains mainly: green. Hex color #75D83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D83D is #8A27C2. Grayscale: #A9A9A9. Windows color (decimal): -9054147 or 4053109. OLE color: 4053109.

HSL color Cylindrical-coordinate representation of color #75D83D: hue angle of 98.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75D83D is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 216 61 -
CMYK 0.46 0 0.72 0.15
HSL 98.32º 0.67% 0.54% -
HSV(B) 98.32º 0.72% 0.85% -
XYZ 32.73 53.23 12.96 -
YUV 168.73 67.2 91.1 -
System Red Green Blue C M Y K H S L
Decimal 117 216 61 0.46 0 0.72 0.15 98.32 0.67 0.54
Hex 75 D8 3D 2E 0 48 F 62 43 36
Octal 165 330 75 56 0 110 17 142 103 66
Binary 1110101 11011000 111101 101110 0 1001000 1111 1100010 1000011 110110

Color Harmonies of #75D83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D83D

Black with #75D83D

Text Example


Text Example

White with #75D83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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