#3AFD59

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

Shades of Screamin' Green #3AFD59

Tints of Screamin' Green #3AFD59

Color information

#3AFD59 (or 0x3AFD59) is unknown color: approx Screamin' Green. HEX triplet: 3A, FD and 59. RGB value is (58,253,89). Sum of RGB (Red+Green+Blue) = 58+253+89=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 253 (99.22% from 255 or 63.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFD59 is #C502A6. Grayscale: #B0B0B0. Windows color (decimal): -12911271 or 5897530. OLE color: 5897530.

HSL color Cylindrical-coordinate representation of color #3AFD59: hue angle of 129.54º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFD59 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB5825389-
CMYK0.7700.650.01
HSL129.54º97.99%60.98%-
HSV(B)129.54º77.08%99.22%-
XYZ38.6771.8721.29-
YUV17678.943.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.5%
GREEN value IS 253 (99.22% from 255) = 63.25%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=14.5%
G=63.25%
B=22.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58253890.7700.650.01129.5497.9960.98
Hex3AFD594D041182623d
Octal723751311150101120214275
Binary1110101111110110110011001101010000011100000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AFD59; }

 p { color: rgb(58,253,89); }

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

<style>
 a { background-color: #3AFD59; }

 a { background-color: rgb(58,253,89); }

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

<style>
 span { border-color: #3AFD59; }

 span { border-color: rgb(58,253,89); }

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