#66F132

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

Shades of Bright Green #66F132

Tints of Bright Green #66F132

Color information

#66F132 (or 0x66F132) is unknown color: approx Bright Green. HEX triplet: 66, F1 and 32. RGB value is (102,241,50). Sum of RGB (Red+Green+Blue) = 102+241+50=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #66F132 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F132 is #990ECD. Grayscale: #B2B2B2. Windows color (decimal): -10030798 or 3338598. OLE color: 3338598.

HSL color Cylindrical-coordinate representation of color #66F132: hue angle of 103.66º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66F132 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB10224150-
CMYK0.5800.790.05
HSL103.66º87.21%57.06%-
HSV(B)103.66º79.25%94.51%-
XYZ37.5165.9713.77-
YUV177.6655.9574.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 241 (94.53% from 255) = 61.32%
BLUE value IS 50 (19.92% from 255) = 12.72%
R=25.95%
G=61.32%
B=12.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102241500.5800.790.05103.6687.2157.06
Hex66F1323A04F5685739
Octal14636162720117515012771
Binary1100110111100011100101110100100111110111010001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,241,50); }

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

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

 a { background-color: rgb(102,241,50); }

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

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

 span { border-color: rgb(102,241,50); }

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