Html Css Color HEX #4AC04F Fruit Salad

📋 copy color: '#4AC04F'

red 74 ◦ green 192 ◦ blue 79

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

Shades of Fruit Salad #4AC04F

Tints of Fruit Salad #4AC04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.65%

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 21.45%
G = 55.65%
B = 22.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#4AC04F (or 0x4AC04F) is known color: Fruit Salad. HEX triplet: 4A, C0 and 4F. RGB value is (74,192,79). Sum of RGB (Red+Green+Blue) = 74+192+79=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC04F is #B53FB0. Grayscale: #909090. Windows color (decimal): -11878321 or 5226570. OLE color: 5226570.

HSL color Cylindrical-coordinate representation of color #4AC04F: hue angle of 122.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC04F is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 192 79 -
CMYK 0.61 0 0.59 0.25
HSL 122.54º 0.48% 0.52% -
HSV(B) 122.54º 0.61% 0.75% -
XYZ 23.08 39.72 13.85 -
YUV 143.84 91.41 78.19 -
System Red Green Blue C M Y K H S L
Decimal 74 192 79 0.61 0 0.59 0.25 122.54 0.48 0.52
Hex 4A C0 4F 3D 0 3B 19 7B 30 34
Octal 112 300 117 75 0 73 31 173 60 64
Binary 1001010 11000000 1001111 111101 0 111011 11001 1111011 110000 110100

Color Harmonies of #4AC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC04F

Black with #4AC04F

Text Example


Text Example

White with #4AC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,192,79); }

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

background-color css

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

 a { background-color: rgb(74,192,79); }

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

border-color css

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

 span { border-color: rgb(74,192,79); }

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