#66f13f

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

Shades of Screamin' Green #66F13F

Tints of Screamin' Green #66F13F

Color information

#66F13F (or 0x66F13F) is unknown color: approx Screamin' Green. HEX triplet: 66, F1 and 3F. RGB value is (102,241,63). Sum of RGB (Red+Green+Blue) = 102+241+63=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #66F13F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F13F is #990EC0. Grayscale: #B3B3B3. Windows color (decimal): -10030785 or 4190566. OLE color: 4190566.

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

Color convert

RGB10224163-
CMYK0.5800.740.05
HSL106.85º86.41%59.61%-
HSV(B)106.85º73.86%94.51%-
XYZ37.8366.0915.47-
YUV179.1562.4572.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 241 (94.53% from 255) = 59.36%
BLUE value IS 63 (25% from 255) = 15.52%
R=25.12%
G=59.36%
B=15.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102241630.5800.740.05106.8586.4159.61
Hex66F13F3A04A56b563c
Octal14636177720112515312674
Binary1100110111100011111111110100100101010111010111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66f13f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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