#4CF970

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

Shades of Screamin' Green #4CF970

Tints of Screamin' Green #4CF970

Color information

#4CF970 (or 0x4CF970) is unknown color: approx Screamin' Green. HEX triplet: 4C, F9 and 70. RGB value is (76,249,112). Sum of RGB (Red+Green+Blue) = 76+249+112=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF970 is #B3068F. Grayscale: #B6B6B6. Windows color (decimal): -11732624 or 7403852. OLE color: 7403852.

HSL color Cylindrical-coordinate representation of color #4CF970: hue angle of 132.49º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF970 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB76249112-
CMYK0.6900.550.02
HSL132.49º93.51%63.73%-
HSV(B)132.49º69.48%97.65%-
XYZ39.7870.4626.83-
YUV181.6588.6952.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.39%
GREEN value IS 249 (97.66% from 255) = 56.98%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=17.39%
G=56.98%
B=25.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762491120.6900.550.02132.4993.5163.73
Hex4CF970450372845e40
Octal1143711601050672204136100
Binary100110011111001111000010001010110111101000010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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