Html Css Color HEX #75DB58 Mantis

📋 copy color: '#75DB58'

red 117 ◦ green 219 ◦ blue 88

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

Shades of Mantis #75DB58

Tints of Mantis #75DB58

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.65%

 BLUE value IS 88 (34.77% from 255) = 20.75%

R = 27.59%
G = 51.65%
B = 20.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#75DB58 (or 0x75DB58) is known color: Mantis. HEX triplet: 75, DB and 58. RGB value is (117,219,88). Sum of RGB (Red+Green+Blue) = 117+219+88=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB58 is #8A24A7. Grayscale: #ADADAD. Windows color (decimal): -9053352 or 5823349. OLE color: 5823349.

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

Color convert

RGB 117 219 88 -
CMYK 0.47 0 0.60 0.14
HSL 106.72º 0.65% 0.6% -
HSV(B) 106.72º 0.6% 0.86% -
XYZ 34.43 55.15 18.06 -
YUV 173.57 79.71 87.65 -
System Red Green Blue C M Y K H S L
Decimal 117 219 88 0.47 0 0.60 0.14 106.72 0.65 0.6
Hex 75 DB 58 2F 0 3C E 6B 41 3C
Octal 165 333 130 57 0 74 16 153 101 74
Binary 1110101 11011011 1011000 101111 0 111100 1110 1101011 1000001 111100

Color Harmonies of #75DB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB58

Black with #75DB58

Text Example


Text Example

White with #75DB58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,219,88); }

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

background-color css

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

 a { background-color: rgb(117,219,88); }

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

border-color css

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

 span { border-color: rgb(117,219,88); }

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