Html Css Color HEX #74FA06 Lawn Green

📋 copy color: '#74FA06'

red 116 ◦ green 250 ◦ blue 6

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

Shades of Lawn Green #74FA06

Tints of Lawn Green #74FA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 31.18%
G = 67.2%
B = 1.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#74FA06 (or 0x74FA06) is known color: Lawn Green. HEX triplet: 74, FA and 06. RGB value is (116,250,6). Sum of RGB (Red+Green+Blue) = 116+250+6=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 250 (98.05% from 255 or 67.20% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #74FA06 is #8B05F9. Grayscale: #B6B6B6. Windows color (decimal): -9111034 or 457332. OLE color: 457332.

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

Color convert

RGB 116 250 6 -
CMYK 0.54 0 0.98 0.02
HSL 92.95º 0.96% 0.5% -
HSV(B) 92.95º 0.98% 0.98% -
XYZ 41.42 72.1 11.91 -
YUV 182.12 28.61 80.84 -
System Red Green Blue C M Y K H S L
Decimal 116 250 6 0.54 0 0.98 0.02 92.95 0.96 0.5
Hex 74 FA 6 36 0 62 2 5D 60 32
Octal 164 372 6 66 0 142 2 135 140 62
Binary 1110100 11111010 110 110110 0 1100010 10 1011101 1100000 110010

Color Harmonies of #74FA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FA06

Black with #74FA06

Text Example


Text Example

White with #74FA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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