#66E714

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

Shades of Bright Green #66E714

Tints of Bright Green #66E714

Color information

#66E714 (or 0x66E714) is unknown color: approx Bright Green. HEX triplet: 66, E7 and 14. RGB value is (102,231,20). Sum of RGB (Red+Green+Blue) = 102+231+20=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 231 (90.62% from 255 or 65.44% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 231 - color contains mainly: green. Hex color #66E714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66E714 is #9918EB. Grayscale: #A9A9A9. Windows color (decimal): -10033388 or 1369958. OLE color: 1369958.

HSL color Cylindrical-coordinate representation of color #66E714: hue angle of 96.68º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66E714 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB10223120-
CMYK0.5600.910.09
HSL96.68º84.06%49.22%-
HSV(B)96.68º91.34%90.59%-
XYZ34.1860.0310.45-
YUV168.3744.2680.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 231 (90.62% from 255) = 65.44%
BLUE value IS 20 (8.20% from 255) = 5.67%
R=28.90%
G=65.44%
B=5.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal102231200.5600.910.0996.6884.0649.22
Hex66E7143805B9615431
Octal146347247001331114112461
Binary1100110111001111010011100001011011100111000011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66E714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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