#66F94B

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

Shades of Screamin' Green #66F94B

Tints of Screamin' Green #66F94B

Color information

#66F94B (or 0x66F94B) is unknown color: approx Screamin' Green. HEX triplet: 66, F9 and 4B. RGB value is (102,249,75). Sum of RGB (Red+Green+Blue) = 102+249+75=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 249 (97.66% from 255 or 58.45% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 249 - color contains mainly: green. Hex color #66F94B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F94B is #9906B4. Grayscale: #B9B9B9. Windows color (decimal): -10028725 or 4979046. OLE color: 4979046.

HSL color Cylindrical-coordinate representation of color #66F94B: hue angle of 110.69º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66F94B is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB10224975-
CMYK0.5900.700.02
HSL110.69º93.55%63.53%-
HSV(B)110.69º69.88%97.65%-
XYZ40.6371.0818.24-
YUV185.2165.868.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.94%
GREEN value IS 249 (97.66% from 255) = 58.45%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=23.94%
G=58.45%
B=17.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal102249750.5900.700.02110.6993.5563.53
Hex66F94B3B04626f5e40
Octal1463711137301062157136100
Binary11001101111100110010111110110100011010110111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,249,75); }

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

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

 a { background-color: rgb(102,249,75); }

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

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

 span { border-color: rgb(102,249,75); }

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