#66F265

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

Shades of Screamin' Green #66F265

Tints of Screamin' Green #66F265

Color information

#66F265 (or 0x66F265) is unknown color: approx Screamin' Green. HEX triplet: 66, F2 and 65. RGB value is (102,242,101). Sum of RGB (Red+Green+Blue) = 102+242+101=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #66F265 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F265 is #990D9A. Grayscale: #B8B8B8. Windows color (decimal): -10030491 or 6681190. OLE color: 6681190.

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

Color convert

RGB102242101-
CMYK0.5800.580.05
HSL119.57º84.43%67.25%-
HSV(B)119.57º58.26%94.9%-
XYZ39.5867.2723.21-
YUV184.0781.1269.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 242 (94.92% from 255) = 54.38%
BLUE value IS 101 (39.84% from 255) = 22.70%
R=22.92%
G=54.38%
B=22.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022421010.5800.580.05119.5784.4367.25
Hex66F2653A03A5785443
Octal146362145720725170124103
Binary11001101111001011001011110100111010101111100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,242,101); }

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

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

 a { background-color: rgb(102,242,101); }

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

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

 span { border-color: rgb(102,242,101); }

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