#4BF166

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

Shades of Screamin' Green #4BF166

Tints of Screamin' Green #4BF166

Color information

#4BF166 (or 0x4BF166) is unknown color: approx Screamin' Green. HEX triplet: 4B, F1 and 66. RGB value is (75,241,102). Sum of RGB (Red+Green+Blue) = 75+241+102=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 102 (40.23% from 255 or 24.40% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF166 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4BF166 is #B40E99. Grayscale: #AFAFAF. Windows color (decimal): -11800218 or 6746443. OLE color: 6746443.

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

Color convert

RGB75241102-
CMYK0.6900.580.05
HSL129.76º85.57%61.96%-
HSV(B)129.76º68.88%94.51%-
XYZ36.7665.3723.25-
YUV175.5286.556.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 241 (94.53% from 255) = 57.66%
BLUE value IS 102 (40.23% from 255) = 24.40%
R=17.94%
G=57.66%
B=24.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752411020.6900.580.05129.7685.5761.96
Hex4BF1664503A582563e
Octal113361146105072520212676
Binary100101111110001110011010001010111010101100000101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BF166; }

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

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

<style>
 a { background-color: #4BF166; }

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

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

<style>
 span { border-color: #4BF166; }

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

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