Html Css Color HEX #75CB46 Mantis

📋 copy color: '#75CB46'

red 117 ◦ green 203 ◦ blue 70

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

Shades of Mantis #75CB46

Tints of Mantis #75CB46

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.05%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 30%
G = 52.05%
B = 17.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#75CB46 (or 0x75CB46) is known color: Mantis. HEX triplet: 75, CB and 46. RGB value is (117,203,70). Sum of RGB (Red+Green+Blue) = 117+203+70=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 203 (79.69% from 255 or 52.05% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB46 is #8A34B9. Grayscale: #A2A2A2. Windows color (decimal): -9057466 or 4639605. OLE color: 4639605.

HSL color Cylindrical-coordinate representation of color #75CB46: hue angle of 98.8º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #75CB46 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 70 -
CMYK 0.42 0 0.66 0.20
HSL 98.8º 0.56% 0.54% -
HSV(B) 98.8º 0.66% 0.8% -
XYZ 29.8 46.94 13.28 -
YUV 162.12 76.01 95.81 -
System Red Green Blue C M Y K H S L
Decimal 117 203 70 0.42 0 0.66 0.20 98.8 0.56 0.54
Hex 75 CB 46 2A 0 42 14 63 38 36
Octal 165 313 106 52 0 102 24 143 70 66
Binary 1110101 11001011 1000110 101010 0 1000010 10100 1100011 111000 110110

Color Harmonies of #75CB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB46

Black with #75CB46

Text Example


Text Example

White with #75CB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,70); }

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

background-color css

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

 a { background-color: rgb(117,203,70); }

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

border-color css

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

 span { border-color: rgb(117,203,70); }

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