#66ff0f

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

Shades of Bright Green #66FF0F

Tints of Bright Green #66FF0F

Color information

#66FF0F (or 0x66FF0F) is unknown color: approx Bright Green. HEX triplet: 66, FF and 0F. RGB value is (102,255,15). Sum of RGB (Red+Green+Blue) = 102+255+15=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66FF0F is #9900F0. Grayscale: #B6B6B6. Windows color (decimal): -10027249 or 1048422. OLE color: 1048422.

HSL color Cylindrical-coordinate representation of color #66FF0F: hue angle of 98.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66FF0F is Cyan = 0.6, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB10225515-
CMYK0.600.940
HSL98.25º100%52.94%-
HSV(B)98.25º94.12%100%-
XYZ41.3374.3812.63-
YUV181.8933.8171.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 255 (100% from 255) = 68.55%
BLUE value IS 15 (6.25% from 255) = 4.03%
R=27.42%
G=68.55%
B=4.03%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal102255150.600.94098.2510052.94
Hex66FFF3C05E0626435
Octal14637717740136014214465
Binary110011011111111111111110001011110011000101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ff0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,255,15); }

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

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

 a { background-color: rgb(102,255,15); }

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

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

 span { border-color: rgb(102,255,15); }

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