Html Css Color HEX #4CF068 Screamin' Green

📋 copy color: '#4CF068'

red 76 ◦ green 240 ◦ blue 104

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

Shades of Screamin' Green #4CF068

Tints of Screamin' Green #4CF068

RGB

 RED value IS 76 (30.08% from 255) = 18.1%

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

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

R = 18.1%
G = 57.14%
B = 24.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#4CF068 (or 0x4CF068) is known color: Screamin' Green. HEX triplet: 4C, F0 and 68. RGB value is (76,240,104). Sum of RGB (Red+Green+Blue) = 76+240+104=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 240 (94.14% from 255 or 57.14% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF068 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CF068 is #B30F97. Grayscale: #AFAFAF. Windows color (decimal): -11734936 or 6877260. OLE color: 6877260.

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

Color convert

RGB 76 240 104 -
CMYK 0.68 0 0.57 0.06
HSL 130.24º 0.85% 0.62% -
HSV(B) 130.24º 0.68% 0.94% -
XYZ 36.64 64.86 23.68 -
YUV 175.46 87.67 57.06 -
System Red Green Blue C M Y K H S L
Decimal 76 240 104 0.68 0 0.57 0.06 130.24 0.85 0.62
Hex 4C F0 68 44 0 39 6 82 55 3E
Octal 114 360 150 104 0 71 6 202 125 76
Binary 1001100 11110000 1101000 1000100 0 111001 110 10000010 1010101 111110

Color Harmonies of #4CF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF068

Black with #4CF068

Text Example


Text Example

White with #4CF068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,240,104); }

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

background-color css

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

 a { background-color: rgb(76,240,104); }

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

border-color css

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

 span { border-color: rgb(76,240,104); }

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