Html Css Color HEX #3AF768 Screamin' Green

📋 copy color: '#3AF768'

red 58 ◦ green 247 ◦ blue 104

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

Shades of Screamin' Green #3AF768

Tints of Screamin' Green #3AF768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 14.18%
G = 60.39%
B = 25.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#3AF768 (or 0x3AF768) is known color: Screamin' Green. HEX triplet: 3A, F7 and 68. RGB value is (58,247,104). Sum of RGB (Red+Green+Blue) = 58+247+104=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 247 (96.88% from 255 or 60.39% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF768 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF768 is #C50897. Grayscale: #AEAEAE. Windows color (decimal): -12912792 or 6879034. OLE color: 6879034.

HSL color Cylindrical-coordinate representation of color #3AF768: hue angle of 134.6º 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 #3AF768 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 104 -
CMYK 0.77 0 0.58 0.03
HSL 134.6º 0.92% 0.6% -
HSV(B) 134.6º 0.77% 0.97% -
XYZ 37.5 68.42 24.33 -
YUV 174.19 88.38 45.13 -
System Red Green Blue C M Y K H S L
Decimal 58 247 104 0.77 0 0.58 0.03 134.6 0.92 0.6
Hex 3A F7 68 4D 0 3A 3 87 5C 3C
Octal 72 367 150 115 0 72 3 207 134 74
Binary 111010 11110111 1101000 1001101 0 111010 11 10000111 1011100 111100

Color Harmonies of #3AF768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF768

Black with #3AF768

Text Example


Text Example

White with #3AF768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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