Html Css Color HEX #75DC5C Mantis

📋 copy color: '#75DC5C'

red 117 ◦ green 220 ◦ blue 92

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

Shades of Mantis #75DC5C

Tints of Mantis #75DC5C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.28%

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

R = 27.27%
G = 51.28%
B = 21.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#75DC5C (or 0x75DC5C) is known color: Mantis. HEX triplet: 75, DC and 5C. RGB value is (117,220,92). Sum of RGB (Red+Green+Blue) = 117+220+92=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC5C is #8A23A3. Grayscale: #AFAFAF. Windows color (decimal): -9053092 or 6085749. OLE color: 6085749.

HSL color Cylindrical-coordinate representation of color #75DC5C: hue angle of 108.28º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75DC5C is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 92 -
CMYK 0.47 0 0.58 0.14
HSL 108.28º 0.65% 0.61% -
HSV(B) 108.28º 0.58% 0.86% -
XYZ 34.86 55.74 19.05 -
YUV 174.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 117 220 92 0.47 0 0.58 0.14 108.28 0.65 0.61
Hex 75 DC 5C 2F 0 3A E 6C 41 3D
Octal 165 334 134 57 0 72 16 154 101 75
Binary 1110101 11011100 1011100 101111 0 111010 1110 1101100 1000001 111101

Color Harmonies of #75DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC5C

Black with #75DC5C

Text Example


Text Example

White with #75DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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