Html Css Color HEX #4AF06C Screamin' Green

📋 copy color: '#4AF06C'

red 74 ◦ green 240 ◦ blue 108

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

Shades of Screamin' Green #4AF06C

Tints of Screamin' Green #4AF06C

RGB

 RED value IS 74 (29.3% from 255) = 17.54%

 GREEN value IS 240 (94.14% from 255) = 56.87%

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 17.54%
G = 56.87%
B = 25.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#4AF06C (or 0x4AF06C) is known color: Screamin' Green. HEX triplet: 4A, F0 and 6C. RGB value is (74,240,108). Sum of RGB (Red+Green+Blue) = 74+240+108=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF06C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF06C is #B50F93. Grayscale: #AFAFAF. Windows color (decimal): -11866004 or 7139402. OLE color: 7139402.

HSL color Cylindrical-coordinate representation of color #4AF06C: hue angle of 132.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF06C is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 108 -
CMYK 0.69 0 0.55 0.06
HSL 132.29º 0.85% 0.62% -
HSV(B) 132.29º 0.69% 0.94% -
XYZ 36.69 64.86 24.77 -
YUV 175.32 90 55.73 -
System Red Green Blue C M Y K H S L
Decimal 74 240 108 0.69 0 0.55 0.06 132.29 0.85 0.62
Hex 4A F0 6C 45 0 37 6 84 55 3E
Octal 112 360 154 105 0 67 6 204 125 76
Binary 1001010 11110000 1101100 1000101 0 110111 110 10000100 1010101 111110

Color Harmonies of #4AF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF06C

Black with #4AF06C

Text Example


Text Example

White with #4AF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AF06C; }

 p { color: rgb(74,240,108); }

 H1.HeaderClassName
 {
   color: #4AF06C;
 }
 .AnyTagClassName
 {
   color: #4AF06C;
 }
</style>

background-color css

<style>
 a { background-color: #4AF06C; }

 a { background-color: rgb(74,240,108); }

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

border-color css

<style>
 span { border-color: #4AF06C; }

 span { border-color: rgb(74,240,108); }

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