Html Css Color HEX #74F095 Light Green

📋 copy color: '#74F095'

red 116 ◦ green 240 ◦ blue 149

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

Shades of Light Green #74F095

Tints of Light Green #74F095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

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

R = 22.97%
G = 47.52%
B = 29.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#74F095 (or 0x74F095) is known color: Light Green. HEX triplet: 74, F0 and 95. RGB value is (116,240,149). Sum of RGB (Red+Green+Blue) = 116+240+149=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #74F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F095 is #8B0F6A. Grayscale: #C0C0C0. Windows color (decimal): -9113451 or 9826420. OLE color: 9826420.

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

Color convert

RGB 116 240 149 -
CMYK 0.52 0 0.38 0.06
HSL 135.97º 0.81% 0.7% -
HSV(B) 135.97º 0.52% 0.94% -
XYZ 43.79 68.2 39.29 -
YUV 192.55 103.42 73.4 -
System Red Green Blue C M Y K H S L
Decimal 116 240 149 0.52 0 0.38 0.06 135.97 0.81 0.7
Hex 74 F0 95 34 0 26 6 88 51 46
Octal 164 360 225 64 0 46 6 210 121 106
Binary 1110100 11110000 10010101 110100 0 100110 110 10001000 1010001 1000110

Color Harmonies of #74F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F095

Black with #74F095

Text Example


Text Example

White with #74F095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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