Html Css Color HEX #74CC4B Mantis

📋 copy color: '#74CC4B'

red 116 ◦ green 204 ◦ blue 75

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

Shades of Mantis #74CC4B

Tints of Mantis #74CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.65%

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

R = 29.37%
G = 51.65%
B = 18.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#74CC4B (or 0x74CC4B) is known color: Mantis. HEX triplet: 74, CC and 4B. RGB value is (116,204,75). Sum of RGB (Red+Green+Blue) = 116+204+75=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC4B is #8B33B4. Grayscale: #A3A3A3. Windows color (decimal): -9122741 or 4967540. OLE color: 4967540.

HSL color Cylindrical-coordinate representation of color #74CC4B: hue angle of 100.93º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74CC4B is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 75 -
CMYK 0.43 0 0.63 0.2
HSL 100.93º 0.56% 0.55% -
HSV(B) 100.93º 0.63% 0.8% -
XYZ 30.07 47.41 14.22 -
YUV 162.98 78.35 94.49 -
System Red Green Blue C M Y K H S L
Decimal 116 204 75 0.43 0 0.63 0.2 100.93 0.56 0.55
Hex 74 CC 4B 2B 0 3F 14 65 38 37
Octal 164 314 113 53 0 77 24 145 70 67
Binary 1110100 11001100 1001011 101011 0 111111 10100 1100101 111000 110111

Color Harmonies of #74CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC4B

Black with #74CC4B

Text Example


Text Example

White with #74CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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