Html Css Color HEX #4CF296 Shamrock

📋 copy color: '#4CF296'

red 76 ◦ green 242 ◦ blue 150

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

Shades of Shamrock #4CF296

Tints of Shamrock #4CF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.71%

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 16.24%
G = 51.71%
B = 32.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#4CF296 (or 0x4CF296) is known color: Shamrock. HEX triplet: 4C, F2 and 96. RGB value is (76,242,150). Sum of RGB (Red+Green+Blue) = 76+242+150=468 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.24% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF296 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF296 is #B30D69. Grayscale: #B6B6B6. Windows color (decimal): -11734378 or 9892428. OLE color: 9892428.

HSL color Cylindrical-coordinate representation of color #4CF296: hue angle of 146.75º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF296 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 150 -
CMYK 0.69 0 0.38 0.05
HSL 146.75º 0.86% 0.62% -
HSV(B) 146.75º 0.69% 0.95% -
XYZ 40.24 67.24 39.71 -
YUV 181.88 110 52.48 -
System Red Green Blue C M Y K H S L
Decimal 76 242 150 0.69 0 0.38 0.05 146.75 0.86 0.62
Hex 4C F2 96 45 0 26 5 93 56 3E
Octal 114 362 226 105 0 46 5 223 126 76
Binary 1001100 11110010 10010110 1000101 0 100110 101 10010011 1010110 111110

Color Harmonies of #4CF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF296

Black with #4CF296

Text Example


Text Example

White with #4CF296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,150); }

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

background-color css

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

 a { background-color: rgb(76,242,150); }

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

border-color css

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

 span { border-color: rgb(76,242,150); }

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