Html Css Color HEX #4CC448 Fruit Salad

📋 copy color: '#4CC448'

red 76 ◦ green 196 ◦ blue 72

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

Shades of Fruit Salad #4CC448

Tints of Fruit Salad #4CC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 56.98%

 BLUE value IS 72 (28.52% from 255) = 20.93%

R = 22.09%
G = 56.98%
B = 20.93%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#4CC448 (or 0x4CC448) is known color: Fruit Salad. HEX triplet: 4C, C4 and 48. RGB value is (76,196,72). Sum of RGB (Red+Green+Blue) = 76+196+72=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC448 is #B33BB7. Grayscale: #929292. Windows color (decimal): -11746232 or 4768844. OLE color: 4768844.

HSL color Cylindrical-coordinate representation of color #4CC448: hue angle of 118.06º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC448 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 76 196 72 -
CMYK 0.61 0 0.63 0.23
HSL 118.06º 0.51% 0.53% -
HSV(B) 118.06º 0.63% 0.77% -
XYZ 23.89 41.48 12.88 -
YUV 145.98 86.24 78.08 -
System Red Green Blue C M Y K H S L
Decimal 76 196 72 0.61 0 0.63 0.23 118.06 0.51 0.53
Hex 4C C4 48 3D 0 3F 17 76 33 35
Octal 114 304 110 75 0 77 27 166 63 65
Binary 1001100 11000100 1001000 111101 0 111111 10111 1110110 110011 110101

Color Harmonies of #4CC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC448

Black with #4CC448

Text Example


Text Example

White with #4CC448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,196,72); }

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

background-color css

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

 a { background-color: rgb(76,196,72); }

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

border-color css

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

 span { border-color: rgb(76,196,72); }

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