Html Css Color HEX #74FF95 Light Green

📋 copy color: '#74FF95'

red 116 ◦ green 255 ◦ blue 149

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

Shades of Light Green #74FF95

Tints of Light Green #74FF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 22.31%
G = 49.04%
B = 28.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#74FF95 (or 0x74FF95) is known color: Light Green. HEX triplet: 74, FF and 95. RGB value is (116,255,149). Sum of RGB (Red+Green+Blue) = 116+255+149=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF95 is #8B006A. Grayscale: #C9C9C9. Windows color (decimal): -9109611 or 9830260. OLE color: 9830260.

HSL color Cylindrical-coordinate representation of color #74FF95: hue angle of 134.24º 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 #74FF95 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 149 -
CMYK 0.55 0 0.42 0
HSL 134.24º 1% 0.73% -
HSV(B) 134.24º 0.55% 1% -
XYZ 48.39 77.4 40.82 -
YUV 201.36 98.45 67.12 -
System Red Green Blue C M Y K H S L
Decimal 116 255 149 0.55 0 0.42 0 134.24 1 0.73
Hex 74 FF 95 37 0 2A 0 86 64 49
Octal 164 377 225 67 0 52 0 206 144 111
Binary 1110100 11111111 10010101 110111 0 101010 0 10000110 1100100 1001001

Color Harmonies of #74FF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FF95

Black with #74FF95

Text Example


Text Example

White with #74FF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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