Html Css Color HEX #74FA86 Light Green

📋 copy color: '#74FA86'

red 116 ◦ green 250 ◦ blue 134

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

Shades of Light Green #74FA86

Tints of Light Green #74FA86

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50%

 BLUE value IS 134 (52.73% from 255) = 26.8%

R = 23.2%
G = 50%
B = 26.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#74FA86 (or 0x74FA86) is known color: Light Green. HEX triplet: 74, FA and 86. RGB value is (116,250,134). Sum of RGB (Red+Green+Blue) = 116+250+134=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FA86 is #8B0579. Grayscale: #C5C5C5. Windows color (decimal): -9110906 or 8845940. OLE color: 8845940.

HSL color Cylindrical-coordinate representation of color #74FA86: hue angle of 128.06º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FA86 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 250 134 -
CMYK 0.54 0 0.46 0.02
HSL 128.06º 0.93% 0.72% -
HSV(B) 128.06º 0.54% 0.98% -
XYZ 45.69 73.81 34.39 -
YUV 196.71 92.61 70.43 -
System Red Green Blue C M Y K H S L
Decimal 116 250 134 0.54 0 0.46 0.02 128.06 0.93 0.72
Hex 74 FA 86 36 0 2E 2 80 5D 48
Octal 164 372 206 66 0 56 2 200 135 110
Binary 1110100 11111010 10000110 110110 0 101110 10 10000000 1011101 1001000

Color Harmonies of #74FA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FA86

Black with #74FA86

Text Example


Text Example

White with #74FA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,250,134); }

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

background-color css

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

 a { background-color: rgb(116,250,134); }

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

border-color css

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

 span { border-color: rgb(116,250,134); }

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