Html Css Color HEX #3AF975 Screamin' Green

📋 copy color: '#3AF975'

red 58 ◦ green 249 ◦ blue 117

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

Shades of Screamin' Green #3AF975

Tints of Screamin' Green #3AF975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.73%

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 13.68%
G = 58.73%
B = 27.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#3AF975 (or 0x3AF975) is known color: Screamin' Green. HEX triplet: 3A, F9 and 75. RGB value is (58,249,117). Sum of RGB (Red+Green+Blue) = 58+249+117=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 249 (97.66% from 255 or 58.73% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF975 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF975 is #C5068A. Grayscale: #B1B1B1. Windows color (decimal): -12912267 or 7731514. OLE color: 7731514.

HSL color Cylindrical-coordinate representation of color #3AF975: hue angle of 138.53º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF975 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 117 -
CMYK 0.77 0 0.53 0.02
HSL 138.53º 0.94% 0.6% -
HSV(B) 138.53º 0.77% 0.98% -
XYZ 38.83 69.94 28.28 -
YUV 176.84 94.22 43.23 -
System Red Green Blue C M Y K H S L
Decimal 58 249 117 0.77 0 0.53 0.02 138.53 0.94 0.6
Hex 3A F9 75 4D 0 35 2 8B 5E 3C
Octal 72 371 165 115 0 65 2 213 136 74
Binary 111010 11111001 1110101 1001101 0 110101 10 10001011 1011110 111100

Color Harmonies of #3AF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF975

Black with #3AF975

Text Example


Text Example

White with #3AF975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,117); }

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

background-color css

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

 a { background-color: rgb(58,249,117); }

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

border-color css

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

 span { border-color: rgb(58,249,117); }

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