Html Css Color HEX #74D54B Mantis

📋 copy color: '#74D54B'

red 116 ◦ green 213 ◦ blue 75

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

Shades of Mantis #74D54B

Tints of Mantis #74D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.72%

 BLUE value IS 75 (29.69% from 255) = 18.56%

R = 28.71%
G = 52.72%
B = 18.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#74D54B (or 0x74D54B) is known color: Mantis. HEX triplet: 74, D5 and 4B. RGB value is (116,213,75). Sum of RGB (Red+Green+Blue) = 116+213+75=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #74D54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D54B is #8B2AB4. Grayscale: #A8A8A8. Windows color (decimal): -9120437 or 4969844. OLE color: 4969844.

HSL color Cylindrical-coordinate representation of color #74D54B: hue angle of 102.17º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74D54B is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 213 75 -
CMYK 0.46 0 0.65 0.16
HSL 102.17º 0.62% 0.56% -
HSV(B) 102.17º 0.65% 0.84% -
XYZ 32.27 51.81 14.96 -
YUV 168.27 75.36 90.72 -
System Red Green Blue C M Y K H S L
Decimal 116 213 75 0.46 0 0.65 0.16 102.17 0.62 0.56
Hex 74 D5 4B 2E 0 41 10 66 3E 38
Octal 164 325 113 56 0 101 20 146 76 70
Binary 1110100 11010101 1001011 101110 0 1000001 10000 1100110 111110 111000

Color Harmonies of #74D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D54B

Black with #74D54B

Text Example


Text Example

White with #74D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,213,75); }

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

background-color css

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

 a { background-color: rgb(116,213,75); }

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

border-color css

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

 span { border-color: rgb(116,213,75); }

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