#4CF270

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

Shades of Screamin' Green #4CF270

Tints of Screamin' Green #4CF270

Color information

#4CF270 (or 0x4CF270) is unknown color: approx Screamin' Green. HEX triplet: 4C, F2 and 70. RGB value is (76,242,112). Sum of RGB (Red+Green+Blue) = 76+242+112=430 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.67% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF270 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF270 is #B30D8F. Grayscale: #B1B1B1. Windows color (decimal): -11734416 or 7402060. OLE color: 7402060.

HSL color Cylindrical-coordinate representation of color #4CF270: hue angle of 133.01º 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 #4CF270 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB76242112-
CMYK0.6900.540.05
HSL133.01º86.46%62.35%-
HSV(B)133.01º68.6%94.9%-
XYZ37.6666.2126.12-
YUV177.559155.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.67%
GREEN value IS 242 (94.92% from 255) = 56.28%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=17.67%
G=56.28%
B=26.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762421120.6900.540.05133.0186.4662.35
Hex4CF27045036585563e
Octal114362160105066520512676
Binary100110011110010111000010001010110110101100001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,242,112); }

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

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

 a { background-color: rgb(76,242,112); }

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

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

 span { border-color: rgb(76,242,112); }

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