Html Css Color HEX #74D244 Mantis

📋 copy color: '#74D244'

red 116 ◦ green 210 ◦ blue 68

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

Shades of Mantis #74D244

Tints of Mantis #74D244

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.3%

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 29.44%
G = 53.3%
B = 17.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#74D244 (or 0x74D244) is known color: Mantis. HEX triplet: 74, D2 and 44. RGB value is (116,210,68). Sum of RGB (Red+Green+Blue) = 116+210+68=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #74D244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D244 is #8B2DBB. Grayscale: #A6A6A6. Windows color (decimal): -9121212 or 4510324. OLE color: 4510324.

HSL color Cylindrical-coordinate representation of color #74D244: hue angle of 99.72º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74D244 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 68 -
CMYK 0.45 0 0.68 0.18
HSL 99.72º 0.61% 0.55% -
HSV(B) 99.72º 0.68% 0.82% -
XYZ 31.29 50.22 13.51 -
YUV 165.71 72.86 92.55 -
System Red Green Blue C M Y K H S L
Decimal 116 210 68 0.45 0 0.68 0.18 99.72 0.61 0.55
Hex 74 D2 44 2D 0 44 12 64 3D 37
Octal 164 322 104 55 0 104 22 144 75 67
Binary 1110100 11010010 1000100 101101 0 1000100 10010 1100100 111101 110111

Color Harmonies of #74D244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D244

Black with #74D244

Text Example


Text Example

White with #74D244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,210,68); }

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

background-color css

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

 a { background-color: rgb(116,210,68); }

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

border-color css

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

 span { border-color: rgb(116,210,68); }

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