Html Css Color HEX #74C866 Mantis

📋 copy color: '#74C866'

red 116 ◦ green 200 ◦ blue 102

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

Shades of Mantis #74C866

Tints of Mantis #74C866

RGB

 RED value IS 116 (45.7% from 255) = 27.75%

 GREEN value IS 200 (78.52% from 255) = 47.85%

 BLUE value IS 102 (40.23% from 255) = 24.4%

R = 27.75%
G = 47.85%
B = 24.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#74C866 (or 0x74C866) is known color: Mantis. HEX triplet: 74, C8 and 66. RGB value is (116,200,102). Sum of RGB (Red+Green+Blue) = 116+200+102=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #74C866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C866 is #8B3799. Grayscale: #A4A4A4. Windows color (decimal): -9123738 or 6735988. OLE color: 6735988.

HSL color Cylindrical-coordinate representation of color #74C866: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74C866 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 102 -
CMYK 0.42 0 0.49 0.22
HSL 111.43º 0.47% 0.59% -
HSV(B) 111.43º 0.49% 0.78% -
XYZ 30.26 45.98 19.85 -
YUV 163.71 93.17 93.97 -
System Red Green Blue C M Y K H S L
Decimal 116 200 102 0.42 0 0.49 0.22 111.43 0.47 0.59
Hex 74 C8 66 2A 0 31 16 6F 2F 3B
Octal 164 310 146 52 0 61 26 157 57 73
Binary 1110100 11001000 1100110 101010 0 110001 10110 1101111 101111 111011

Color Harmonies of #74C866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C866

Black with #74C866

Text Example


Text Example

White with #74C866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C866; }

 p { color: rgb(116,200,102); }

 H1.HeaderClassName
 {
   color: #74C866;
 }
 .AnyTagClassName
 {
   color: #74C866;
 }
</style>

background-color css

<style>
 a { background-color: #74C866; }

 a { background-color: rgb(116,200,102); }

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

border-color css

<style>
 span { border-color: #74C866; }

 span { border-color: rgb(116,200,102); }

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