Html Css Color HEX #6FE014 Lawn Green

📋 copy color: '#6FE014'

red 111 ◦ green 224 ◦ blue 20

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

Shades of Lawn Green #6FE014

Tints of Lawn Green #6FE014

RGB

 RED value IS 111 (43.75% from 255) = 31.27%

 GREEN value IS 224 (87.89% from 255) = 63.1%

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 31.27%
G = 63.1%
B = 5.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#6FE014 (or 0x6FE014) is known color: Lawn Green. HEX triplet: 6F, E0 and 14. RGB value is (111,224,20). Sum of RGB (Red+Green+Blue) = 111+224+20=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #6FE014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FE014 is #901FEB. Grayscale: #A7A7A7. Windows color (decimal): -9445356 or 1368175. OLE color: 1368175.

HSL color Cylindrical-coordinate representation of color #6FE014: hue angle of 93.24º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6FE014 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 224 20 -
CMYK 0.50 0 0.91 0.12
HSL 93.24º 0.84% 0.48% -
HSV(B) 93.24º 0.91% 0.88% -
XYZ 33.34 56.74 9.86 -
YUV 166.96 45.06 88.09 -
System Red Green Blue C M Y K H S L
Decimal 111 224 20 0.50 0 0.91 0.12 93.24 0.84 0.48
Hex 6F E0 14 32 0 5B C 5D 54 30
Octal 157 340 24 62 0 133 14 135 124 60
Binary 1101111 11100000 10100 110010 0 1011011 1100 1011101 1010100 110000

Color Harmonies of #6FE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE014

Black with #6FE014

Text Example


Text Example

White with #6FE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FE014; }

 p { color: rgb(111,224,20); }

 H1.HeaderClassName
 {
   color: #6FE014;
 }
 .AnyTagClassName
 {
   color: #6FE014;
 }
</style>

background-color css

<style>
 a { background-color: #6FE014; }

 a { background-color: rgb(111,224,20); }

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

border-color css

<style>
 span { border-color: #6FE014; }

 span { border-color: rgb(111,224,20); }

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