Html Css Color HEX #74D055 Mantis

📋 copy color: '#74D055'

red 116 ◦ green 208 ◦ blue 85

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

Shades of Mantis #74D055

Tints of Mantis #74D055

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.86%

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 28.36%
G = 50.86%
B = 20.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#74D055 (or 0x74D055) is known color: Mantis. HEX triplet: 74, D0 and 55. RGB value is (116,208,85). Sum of RGB (Red+Green+Blue) = 116+208+85=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #74D055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D055 is #8B2FAA. Grayscale: #A6A6A6. Windows color (decimal): -9121707 or 5623924. OLE color: 5623924.

HSL color Cylindrical-coordinate representation of color #74D055: hue angle of 104.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74D055 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 85 -
CMYK 0.44 0 0.59 0.18
HSL 104.88º 0.57% 0.57% -
HSV(B) 104.88º 0.59% 0.82% -
XYZ 31.4 49.48 16.49 -
YUV 166.47 82.02 92 -
System Red Green Blue C M Y K H S L
Decimal 116 208 85 0.44 0 0.59 0.18 104.88 0.57 0.57
Hex 74 D0 55 2C 0 3B 12 69 39 39
Octal 164 320 125 54 0 73 22 151 71 71
Binary 1110100 11010000 1010101 101100 0 111011 10010 1101001 111001 111001

Color Harmonies of #74D055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D055

Black with #74D055

Text Example


Text Example

White with #74D055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,85); }

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

background-color css

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

 a { background-color: rgb(116,208,85); }

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

border-color css

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

 span { border-color: rgb(116,208,85); }

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