Html Css Color HEX #4CF295 Shamrock

📋 copy color: '#4CF295'

red 76 ◦ green 242 ◦ blue 149

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

Shades of Shamrock #4CF295

Tints of Shamrock #4CF295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.91%

R = 16.27%
G = 51.82%
B = 31.91%

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

#4CF295 (or 0x4CF295) is known color: Shamrock. HEX triplet: 4C, F2 and 95. RGB value is (76,242,149). Sum of RGB (Red+Green+Blue) = 76+242+149=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF295 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF295 is #B30D6A. Grayscale: #B5B5B5. Windows color (decimal): -11734379 or 9826892. OLE color: 9826892.

HSL color Cylindrical-coordinate representation of color #4CF295: hue angle of 146.39º 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 #4CF295 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 242 149 -
CMYK 0.69 0 0.38 0.05
HSL 146.39º 0.86% 0.62% -
HSV(B) 146.39º 0.69% 0.95% -
XYZ 40.16 67.21 39.29 -
YUV 181.76 109.5 52.56 -
System Red Green Blue C M Y K H S L
Decimal 76 242 149 0.69 0 0.38 0.05 146.39 0.86 0.62
Hex 4C F2 95 45 0 26 5 92 56 3E
Octal 114 362 225 105 0 46 5 222 126 76
Binary 1001100 11110010 10010101 1000101 0 100110 101 10010010 1010110 111110

Color Harmonies of #4CF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF295

Black with #4CF295

Text Example


Text Example

White with #4CF295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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