Html Css Color HEX #4CC850 Fruit Salad

📋 copy color: '#4CC850'

red 76 ◦ green 200 ◦ blue 80

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

Shades of Fruit Salad #4CC850

Tints of Fruit Salad #4CC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.18%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 21.35%
G = 56.18%
B = 22.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#4CC850 (or 0x4CC850) is known color: Fruit Salad. HEX triplet: 4C, C8 and 50. RGB value is (76,200,80). Sum of RGB (Red+Green+Blue) = 76+200+80=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC850 is #B337AF. Grayscale: #959595. Windows color (decimal): -11745200 or 5294156. OLE color: 5294156.

HSL color Cylindrical-coordinate representation of color #4CC850: hue angle of 121.94º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC850 is Cyan = 0.62, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 200 80 -
CMYK 0.62 0 0.6 0.22
HSL 121.94º 0.53% 0.54% -
HSV(B) 121.94º 0.62% 0.78% -
XYZ 25.08 43.42 14.65 -
YUV 149.24 88.92 75.76 -
System Red Green Blue C M Y K H S L
Decimal 76 200 80 0.62 0 0.6 0.22 121.94 0.53 0.54
Hex 4C C8 50 3E 0 3C 16 7A 35 36
Octal 114 310 120 76 0 74 26 172 65 66
Binary 1001100 11001000 1010000 111110 0 111100 10110 1111010 110101 110110

Color Harmonies of #4CC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC850

Black with #4CC850

Text Example


Text Example

White with #4CC850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,200,80); }

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

background-color css

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

 a { background-color: rgb(76,200,80); }

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

border-color css

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

 span { border-color: rgb(76,200,80); }

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