Html Css Color HEX #75BE68 Mantis

📋 copy color: '#75BE68'

red 117 ◦ green 190 ◦ blue 104

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

Shades of Mantis #75BE68

Tints of Mantis #75BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.23%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 28.47%
G = 46.23%
B = 25.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#75BE68 (or 0x75BE68) is known color: Mantis. HEX triplet: 75, BE and 68. RGB value is (117,190,104). Sum of RGB (Red+Green+Blue) = 117+190+104=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE68 is #8A4197. Grayscale: #9E9E9E. Windows color (decimal): -9060760 or 6864501. OLE color: 6864501.

HSL color Cylindrical-coordinate representation of color #75BE68: hue angle of 110.93º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75BE68 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 104 -
CMYK 0.38 0 0.45 0.25
HSL 110.93º 0.4% 0.58% -
HSV(B) 110.93º 0.45% 0.75% -
XYZ 28.25 41.61 19.64 -
YUV 158.37 97.32 98.49 -
System Red Green Blue C M Y K H S L
Decimal 117 190 104 0.38 0 0.45 0.25 110.93 0.4 0.58
Hex 75 BE 68 26 0 2D 19 6F 28 3A
Octal 165 276 150 46 0 55 31 157 50 72
Binary 1110101 10111110 1101000 100110 0 101101 11001 1101111 101000 111010

Color Harmonies of #75BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE68

Black with #75BE68

Text Example


Text Example

White with #75BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,104); }

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

background-color css

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

 a { background-color: rgb(117,190,104); }

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

border-color css

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

 span { border-color: rgb(117,190,104); }

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