Html Css Color HEX #74FFA1 Light Green

📋 copy color: '#74FFA1'

red 116 ◦ green 255 ◦ blue 161

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

Shades of Light Green #74FFA1

Tints of Light Green #74FFA1

RGB

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

 GREEN value IS 255 (100% from 255) = 47.93%

 BLUE value IS 161 (63.28% from 255) = 30.26%

R = 21.8%
G = 47.93%
B = 30.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#74FFA1 (or 0x74FFA1) is known color: Light Green. HEX triplet: 74, FF and A1. RGB value is (116,255,161). Sum of RGB (Red+Green+Blue) = 116+255+161=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FFA1 is #8B005E. Grayscale: #CACACA. Windows color (decimal): -9109599 or 10616692. OLE color: 10616692.

HSL color Cylindrical-coordinate representation of color #74FFA1: hue angle of 139.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFA1 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 161 -
CMYK 0.55 0 0.37 0
HSL 139.42º 1% 0.73% -
HSV(B) 139.42º 0.55% 1% -
XYZ 49.4 77.81 46.13 -
YUV 202.72 104.45 66.14 -
System Red Green Blue C M Y K H S L
Decimal 116 255 161 0.55 0 0.37 0 139.42 1 0.73
Hex 74 FF A1 37 0 25 0 8B 64 49
Octal 164 377 241 67 0 45 0 213 144 111
Binary 1110100 11111111 10100001 110111 0 100101 0 10001011 1100100 1001001

Color Harmonies of #74FFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFA1

Black with #74FFA1

Text Example


Text Example

White with #74FFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,255,161); }

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

background-color css

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

 a { background-color: rgb(116,255,161); }

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

border-color css

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

 span { border-color: rgb(116,255,161); }

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