#66F248

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

Shades of Screamin' Green #66F248

Tints of Screamin' Green #66F248

Color information

#66F248 (or 0x66F248) is unknown color: approx Screamin' Green. HEX triplet: 66, F2 and 48. RGB value is (102,242,72). Sum of RGB (Red+Green+Blue) = 102+242+72=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #66F248 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F248 is #990DB7. Grayscale: #B5B5B5. Windows color (decimal): -10030520 or 4780646. OLE color: 4780646.

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

Color convert

RGB10224272-
CMYK0.5800.700.05
HSL109.41º86.73%61.57%-
HSV(B)109.41º70.25%94.9%-
XYZ38.466.817-
YUV180.7666.6271.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.52%
GREEN value IS 242 (94.92% from 255) = 58.17%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=24.52%
G=58.17%
B=17.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal102242720.5800.700.05109.4186.7361.57
Hex66F2483A04656d573e
Octal146362110720106515512776
Binary11001101111001010010001110100100011010111011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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