Html Css Color HEX #75CF54 Mantis

📋 copy color: '#75CF54'

red 117 ◦ green 207 ◦ blue 84

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

Shades of Mantis #75CF54

Tints of Mantis #75CF54

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.74%

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

R = 28.68%
G = 50.74%
B = 20.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#75CF54 (or 0x75CF54) is known color: Mantis. HEX triplet: 75, CF and 54. RGB value is (117,207,84). Sum of RGB (Red+Green+Blue) = 117+207+84=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF54 is #8A30AB. Grayscale: #A6A6A6. Windows color (decimal): -9056428 or 5558133. OLE color: 5558133.

HSL color Cylindrical-coordinate representation of color #75CF54: hue angle of 103.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75CF54 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 207 84 -
CMYK 0.43 0 0.59 0.19
HSL 103.9º 0.56% 0.57% -
HSV(B) 103.9º 0.59% 0.81% -
XYZ 31.25 49.05 16.21 -
YUV 166.07 81.68 93 -
System Red Green Blue C M Y K H S L
Decimal 117 207 84 0.43 0 0.59 0.19 103.9 0.56 0.57
Hex 75 CF 54 2B 0 3B 13 68 38 39
Octal 165 317 124 53 0 73 23 150 70 71
Binary 1110101 11001111 1010100 101011 0 111011 10011 1101000 111000 111001

Color Harmonies of #75CF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF54

Black with #75CF54

Text Example


Text Example

White with #75CF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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