#66F155

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

Shades of Screamin' Green #66F155

Tints of Screamin' Green #66F155

Color information

#66F155 (or 0x66F155) is unknown color: approx Screamin' Green. HEX triplet: 66, F1 and 55. RGB value is (102,241,85). Sum of RGB (Red+Green+Blue) = 102+241+85=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #66F155 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66F155 is #990EAA. Grayscale: #B6B6B6. Windows color (decimal): -10030763 or 5632358. OLE color: 5632358.

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

Color convert

RGB10224185-
CMYK0.5800.650.05
HSL113.46º84.78%63.92%-
HSV(B)113.46º64.73%94.51%-
XYZ38.5766.3919.38-
YUV181.6573.4571.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.83%
GREEN value IS 241 (94.53% from 255) = 56.31%
BLUE value IS 85 (33.59% from 255) = 19.86%
R=23.83%
G=56.31%
B=19.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102241850.5800.650.05113.4684.7863.92
Hex66F1553A0415715540
Octal1463611257201015161125100
Binary110011011110001101010111101001000001101111000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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