Html Css Color HEX #75CF5C Mantis

📋 copy color: '#75CF5C'

red 117 ◦ green 207 ◦ blue 92

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

Shades of Mantis #75CF5C

Tints of Mantis #75CF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 28.13%
G = 49.76%
B = 22.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#75CF5C (or 0x75CF5C) is known color: Mantis. HEX triplet: 75, CF and 5C. RGB value is (117,207,92). Sum of RGB (Red+Green+Blue) = 117+207+92=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75CF5C is #8A30A3. Grayscale: #A7A7A7. Windows color (decimal): -9056420 or 6082421. OLE color: 6082421.

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

Color convert

RGB 117 207 92 -
CMYK 0.43 0 0.56 0.19
HSL 106.96º 0.55% 0.59% -
HSV(B) 106.96º 0.56% 0.81% -
XYZ 31.58 49.18 17.95 -
YUV 166.98 85.68 92.35 -
System Red Green Blue C M Y K H S L
Decimal 117 207 92 0.43 0 0.56 0.19 106.96 0.55 0.59
Hex 75 CF 5C 2B 0 38 13 6B 37 3B
Octal 165 317 134 53 0 70 23 153 67 73
Binary 1110101 11001111 1011100 101011 0 111000 10011 1101011 110111 111011

Color Harmonies of #75CF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CF5C

Black with #75CF5C

Text Example


Text Example

White with #75CF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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