Html Css Color HEX #6CD70E Lawn Green

📋 copy color: '#6CD70E'

red 108 ◦ green 215 ◦ blue 14

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

Shades of Lawn Green #6CD70E

Tints of Lawn Green #6CD70E

RGB

 RED value IS 108 (42.58% from 255) = 32.05%

 GREEN value IS 215 (84.38% from 255) = 63.8%

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 32.05%
G = 63.8%
B = 4.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#6CD70E (or 0x6CD70E) is known color: Lawn Green. HEX triplet: 6C, D7 and 0E. RGB value is (108,215,14). Sum of RGB (Red+Green+Blue) = 108+215+14=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 215 (84.38% from 255 or 63.80% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 215 - color contains mainly: green. Hex color #6CD70E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD70E is #9328F1. Grayscale: #A0A0A0. Windows color (decimal): -9644274 or 972652. OLE color: 972652.

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

Color convert

RGB 108 215 14 -
CMYK 0.50 0 0.93 0.16
HSL 91.94º 0.88% 0.45% -
HSV(B) 91.94º 0.93% 0.84% -
XYZ 30.56 51.82 8.81 -
YUV 160.09 45.55 90.84 -
System Red Green Blue C M Y K H S L
Decimal 108 215 14 0.50 0 0.93 0.16 91.94 0.88 0.45
Hex 6C D7 E 32 0 5D 10 5C 58 2D
Octal 154 327 16 62 0 135 20 134 130 55
Binary 1101100 11010111 1110 110010 0 1011101 10000 1011100 1011000 101101

Color Harmonies of #6CD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD70E

Black with #6CD70E

Text Example


Text Example

White with #6CD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,215,14); }

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

background-color css

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

 a { background-color: rgb(108,215,14); }

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

border-color css

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

 span { border-color: rgb(108,215,14); }

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