Html Css Color HEX #74F68A Light Green

📋 copy color: '#74F68A'

red 116 ◦ green 246 ◦ blue 138

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

Shades of Light Green #74F68A

Tints of Light Green #74F68A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 23.2%
G = 49.2%
B = 27.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#74F68A (or 0x74F68A) is known color: Light Green. HEX triplet: 74, F6 and 8A. RGB value is (116,246,138). Sum of RGB (Red+Green+Blue) = 116+246+138=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #74F68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F68A is #8B0975. Grayscale: #C3C3C3. Windows color (decimal): -9111926 or 9107060. OLE color: 9107060.

HSL color Cylindrical-coordinate representation of color #74F68A: hue angle of 130.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F68A is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 246 138 -
CMYK 0.53 0 0.44 0.04
HSL 130.15º 0.88% 0.71% -
HSV(B) 130.15º 0.53% 0.96% -
XYZ 44.75 71.46 35.48 -
YUV 194.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 116 246 138 0.53 0 0.44 0.04 130.15 0.88 0.71
Hex 74 F6 8A 35 0 2C 4 82 58 47
Octal 164 366 212 65 0 54 4 202 130 107
Binary 1110100 11110110 10001010 110101 0 101100 100 10000010 1011000 1000111

Color Harmonies of #74F68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F68A

Black with #74F68A

Text Example


Text Example

White with #74F68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,246,138); }

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

background-color css

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

 a { background-color: rgb(116,246,138); }

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

border-color css

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

 span { border-color: rgb(116,246,138); }

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