#66F714

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

Shades of Bright Green #66F714

Tints of Bright Green #66F714

Color information

#66F714 (or 0x66F714) is unknown color: approx Bright Green. HEX triplet: 66, F7 and 14. RGB value is (102,247,20). Sum of RGB (Red+Green+Blue) = 102+247+20=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #66F714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F714 is #9908EB. Grayscale: #B2B2B2. Windows color (decimal): -10029292 or 1374054. OLE color: 1374054.

HSL color Cylindrical-coordinate representation of color #66F714: hue angle of 98.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66F714 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB10224720-
CMYK0.5900.920.03
HSL98.33º93.42%52.35%-
HSV(B)98.33º91.9%96.86%-
XYZ38.8769.412.01-
YUV177.7738.9673.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 247 (96.88% from 255) = 66.94%
BLUE value IS 20 (8.20% from 255) = 5.42%
R=27.64%
G=66.94%
B=5.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal102247200.5900.920.0398.3393.4252.35
Hex66F7143B05C3625d34
Octal14636724730134314213564
Binary11001101111011110100111011010111001111000101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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