#66E314

Color #66E314 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #66E314

Tints of Bright Green #66E314

Color information

#66E314 (or 0x66E314) is unknown color: approx Bright Green. HEX triplet: 66, E3 and 14. RGB value is (102,227,20). Sum of RGB (Red+Green+Blue) = 102+227+20=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 227 (89.06% from 255 or 65.04% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 227 - color contains mainly: green. Hex color #66E314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E314 is #991CEB. Grayscale: #A6A6A6. Windows color (decimal): -10034412 or 1368934. OLE color: 1368934.

HSL color Cylindrical-coordinate representation of color #66E314: hue angle of 96.23º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66E314 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB10222720-
CMYK0.5500.910.11
HSL96.23º83.81%48.43%-
HSV(B)96.23º91.19%89.02%-
XYZ33.0757.8110.08-
YUV166.0345.5982.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 227 (89.06% from 255) = 65.04%
BLUE value IS 20 (8.20% from 255) = 5.73%
R=29.23%
G=65.04%
B=5.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal102227200.5500.910.1196.2383.8148.43
Hex66E3143705BB605430
Octal146343246701331314012460
Binary1100110111000111010011011101011011101111000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66E314; }

 p { color: rgb(102,227,20); }

 H1.HeaderClassName
 {
   color: #66E314;
 }
 .AnyTagClassName
 {
   color: #66E314;
 }
</style>
background-color css

<style>
 a { background-color: #66E314; }

 a { background-color: rgb(102,227,20); }

 div.DivClassName
 {
   background-color: #66E314;
 }
 .BgClassName
 {
   background-color: #66E314;
 }
</style>
border-color css

<style>
 span { border-color: #66E314; }

 span { border-color: rgb(102,227,20); }

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