#42F973

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

Shades of Screamin' Green #42F973

Tints of Screamin' Green #42F973

Color information

#42F973 (or 0x42F973) is unknown color: approx Screamin' Green. HEX triplet: 42, F9 and 73. RGB value is (66,249,115). Sum of RGB (Red+Green+Blue) = 66+249+115=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #42F973 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F973 is #BD068C. Grayscale: #B3B3B3. Windows color (decimal): -12387981 or 7600450. OLE color: 7600450.

HSL color Cylindrical-coordinate representation of color #42F973: hue angle of 136.07º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F973 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB66249115-
CMYK0.7300.540.02
HSL136.07º93.85%61.76%-
HSV(B)136.07º73.49%97.65%-
XYZ39.2270.1527.69-
YUV179.0191.8747.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.35%
GREEN value IS 249 (97.66% from 255) = 57.91%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=15.35%
G=57.91%
B=26.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662491150.7300.540.02136.0793.8561.76
Hex42F973490362885e3e
Octal102371163111066221013676
Binary10000101111100111100111001001011011010100010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42F973; }

 p { color: rgb(66,249,115); }

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

<style>
 a { background-color: #42F973; }

 a { background-color: rgb(66,249,115); }

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

<style>
 span { border-color: #42F973; }

 span { border-color: rgb(66,249,115); }

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