Html Css Color HEX #75DF53 Mantis

📋 copy color: '#75DF53'

red 117 ◦ green 223 ◦ blue 83

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

Shades of Mantis #75DF53

Tints of Mantis #75DF53

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.72%

 BLUE value IS 83 (32.81% from 255) = 19.62%

R = 27.66%
G = 52.72%
B = 19.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#75DF53 (or 0x75DF53) is known color: Mantis. HEX triplet: 75, DF and 53. RGB value is (117,223,83). Sum of RGB (Red+Green+Blue) = 117+223+83=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF53 is #8A20AC. Grayscale: #AFAFAF. Windows color (decimal): -9052333 or 5496693. OLE color: 5496693.

HSL color Cylindrical-coordinate representation of color #75DF53: hue angle of 105.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75DF53 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 223 83 -
CMYK 0.48 0 0.63 0.13
HSL 105.43º 0.69% 0.6% -
HSV(B) 105.43º 0.63% 0.87% -
XYZ 35.29 57.18 17.36 -
YUV 175.35 75.88 86.38 -
System Red Green Blue C M Y K H S L
Decimal 117 223 83 0.48 0 0.63 0.13 105.43 0.69 0.6
Hex 75 DF 53 30 0 3F D 69 45 3C
Octal 165 337 123 60 0 77 15 151 105 74
Binary 1110101 11011111 1010011 110000 0 111111 1101 1101001 1000101 111100

Color Harmonies of #75DF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF53

Black with #75DF53

Text Example


Text Example

White with #75DF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,83); }

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

background-color css

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

 a { background-color: rgb(117,223,83); }

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

border-color css

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

 span { border-color: rgb(117,223,83); }

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