Html Css Color HEX #74E996 Light Green

📋 copy color: '#74E996'

red 116 ◦ green 233 ◦ blue 150

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

Shades of Light Green #74E996

Tints of Light Green #74E996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 23.25%
G = 46.69%
B = 30.06%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#74E996 (or 0x74E996) is known color: Light Green. HEX triplet: 74, E9 and 96. RGB value is (116,233,150). Sum of RGB (Red+Green+Blue) = 116+233+150=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #74E996 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E996 is #8B1669. Grayscale: #BCBCBC. Windows color (decimal): -9115242 or 9890164. OLE color: 9890164.

HSL color Cylindrical-coordinate representation of color #74E996: hue angle of 137.44º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E996 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 233 150 -
CMYK 0.50 0 0.36 0.09
HSL 137.44º 0.73% 0.68% -
HSV(B) 137.44º 0.5% 0.91% -
XYZ 41.85 64.19 39.04 -
YUV 188.56 106.24 76.25 -
System Red Green Blue C M Y K H S L
Decimal 116 233 150 0.50 0 0.36 0.09 137.44 0.73 0.68
Hex 74 E9 96 32 0 24 9 89 49 44
Octal 164 351 226 62 0 44 11 211 111 104
Binary 1110100 11101001 10010110 110010 0 100100 1001 10001001 1001001 1000100

Color Harmonies of #74E996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E996

Black with #74E996

Text Example


Text Example

White with #74E996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,233,150); }

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

background-color css

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

 a { background-color: rgb(116,233,150); }

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

border-color css

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

 span { border-color: rgb(116,233,150); }

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