Html Css Color HEX #74F195 Light Green

📋 copy color: '#74F195'

red 116 ◦ green 241 ◦ blue 149

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

Shades of Light Green #74F195

Tints of Light Green #74F195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.63%

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

R = 22.92%
G = 47.63%
B = 29.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#74F195 (or 0x74F195) is known color: Light Green. HEX triplet: 74, F1 and 95. RGB value is (116,241,149). Sum of RGB (Red+Green+Blue) = 116+241+149=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #74F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F195 is #8B0E6A. Grayscale: #C1C1C1. Windows color (decimal): -9113195 or 9826676. OLE color: 9826676.

HSL color Cylindrical-coordinate representation of color #74F195: hue angle of 135.84º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F195 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 241 149 -
CMYK 0.52 0 0.38 0.05
HSL 135.84º 0.82% 0.7% -
HSV(B) 135.84º 0.52% 0.95% -
XYZ 44.08 68.79 39.39 -
YUV 193.14 103.09 72.98 -
System Red Green Blue C M Y K H S L
Decimal 116 241 149 0.52 0 0.38 0.05 135.84 0.82 0.7
Hex 74 F1 95 34 0 26 5 88 52 46
Octal 164 361 225 64 0 46 5 210 122 106
Binary 1110100 11110001 10010101 110100 0 100110 101 10001000 1010010 1000110

Color Harmonies of #74F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F195

Black with #74F195

Text Example


Text Example

White with #74F195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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