Html Css Color HEX #75CB54 Mantis

📋 copy color: '#75CB54'

red 117 ◦ green 203 ◦ blue 84

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

Shades of Mantis #75CB54

Tints of Mantis #75CB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.79%

R = 28.96%
G = 50.25%
B = 20.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#75CB54 (or 0x75CB54) is known color: Mantis. HEX triplet: 75, CB and 54. RGB value is (117,203,84). Sum of RGB (Red+Green+Blue) = 117+203+84=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CB54 is #8A34AB. Grayscale: #A4A4A4. Windows color (decimal): -9057452 or 5557109. OLE color: 5557109.

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

Color convert

RGB 117 203 84 -
CMYK 0.42 0 0.59 0.20
HSL 103.36º 0.53% 0.56% -
HSV(B) 103.36º 0.59% 0.8% -
XYZ 30.29 47.13 15.89 -
YUV 163.72 83.01 94.68 -
System Red Green Blue C M Y K H S L
Decimal 117 203 84 0.42 0 0.59 0.20 103.36 0.53 0.56
Hex 75 CB 54 2A 0 3B 14 67 35 38
Octal 165 313 124 52 0 73 24 147 65 70
Binary 1110101 11001011 1010100 101010 0 111011 10100 1100111 110101 111000

Color Harmonies of #75CB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB54

Black with #75CB54

Text Example


Text Example

White with #75CB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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