Html Css Color HEX #3AF770 Screamin' Green

📋 copy color: '#3AF770'

red 58 ◦ green 247 ◦ blue 112

#3AF770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #3AF770

Tints of Screamin' Green #3AF770

RGB

 RED value IS 58 (23.05% from 255) = 13.91%

 GREEN value IS 247 (96.88% from 255) = 59.23%

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 13.91%
G = 59.23%
B = 26.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#3AF770 (or 0x3AF770) is known color: Screamin' Green. HEX triplet: 3A, F7 and 70. RGB value is (58,247,112). Sum of RGB (Red+Green+Blue) = 58+247+112=417 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.91% from 417); Green value is 247 (96.88% from 255 or 59.23% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF770 is #C5088F. Grayscale: #AFAFAF. Windows color (decimal): -12912784 or 7403322. OLE color: 7403322.

HSL color Cylindrical-coordinate representation of color #3AF770: hue angle of 137.14º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF770 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 112 -
CMYK 0.77 0 0.55 0.03
HSL 137.14º 0.92% 0.6% -
HSV(B) 137.14º 0.77% 0.97% -
XYZ 37.93 68.59 26.57 -
YUV 175.1 92.38 44.48 -
System Red Green Blue C M Y K H S L
Decimal 58 247 112 0.77 0 0.55 0.03 137.14 0.92 0.6
Hex 3A F7 70 4D 0 37 3 89 5C 3C
Octal 72 367 160 115 0 67 3 211 134 74
Binary 111010 11110111 1110000 1001101 0 110111 11 10001001 1011100 111100

Color Harmonies of #3AF770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF770

Black with #3AF770

Text Example


Text Example

White with #3AF770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,247,112); }

 H1.HeaderClassName
 {
   color: #3AF770;
 }
 .AnyTagClassName
 {
   color: #3AF770;
 }
</style>

background-color css

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

 a { background-color: rgb(58,247,112); }

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

border-color css

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

 span { border-color: rgb(58,247,112); }

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