Html Css Color HEX #75BE4B Mantis

📋 copy color: '#75BE4B'

red 117 ◦ green 190 ◦ blue 75

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

Shades of Mantis #75BE4B

Tints of Mantis #75BE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 30.63%
G = 49.74%
B = 19.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#75BE4B (or 0x75BE4B) is known color: Mantis. HEX triplet: 75, BE and 4B. RGB value is (117,190,75). Sum of RGB (Red+Green+Blue) = 117+190+75=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BE4B is #8A41B4. Grayscale: #9B9B9B. Windows color (decimal): -9060789 or 4963957. OLE color: 4963957.

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

Color convert

RGB 117 190 75 -
CMYK 0.38 0 0.61 0.25
HSL 98.09º 0.47% 0.52% -
HSV(B) 98.09º 0.61% 0.75% -
XYZ 27.02 41.12 13.17 -
YUV 155.06 82.82 100.85 -
System Red Green Blue C M Y K H S L
Decimal 117 190 75 0.38 0 0.61 0.25 98.09 0.47 0.52
Hex 75 BE 4B 26 0 3D 19 62 2F 34
Octal 165 276 113 46 0 75 31 142 57 64
Binary 1110101 10111110 1001011 100110 0 111101 11001 1100010 101111 110100

Color Harmonies of #75BE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE4B

Black with #75BE4B

Text Example


Text Example

White with #75BE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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