Html Css Color HEX #4CC046 Fruit Salad

📋 copy color: '#4CC046'

red 76 ◦ green 192 ◦ blue 70

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

Shades of Fruit Salad #4CC046

Tints of Fruit Salad #4CC046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 22.49%
G = 56.8%
B = 20.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#4CC046 (or 0x4CC046) is known color: Fruit Salad. HEX triplet: 4C, C0 and 46. RGB value is (76,192,70). Sum of RGB (Red+Green+Blue) = 76+192+70=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC046 is #B33FB9. Grayscale: #8F8F8F. Windows color (decimal): -11747258 or 4636748. OLE color: 4636748.

HSL color Cylindrical-coordinate representation of color #4CC046: hue angle of 117.05º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC046 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 192 70 -
CMYK 0.60 0 0.64 0.25
HSL 117.05º 0.49% 0.51% -
HSV(B) 117.05º 0.64% 0.75% -
XYZ 22.94 39.68 12.24 -
YUV 143.41 86.57 79.92 -
System Red Green Blue C M Y K H S L
Decimal 76 192 70 0.60 0 0.64 0.25 117.05 0.49 0.51
Hex 4C C0 46 3C 0 40 19 75 31 33
Octal 114 300 106 74 0 100 31 165 61 63
Binary 1001100 11000000 1000110 111100 0 1000000 11001 1110101 110001 110011

Color Harmonies of #4CC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC046

Black with #4CC046

Text Example


Text Example

White with #4CC046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,70); }

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

background-color css

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

 a { background-color: rgb(76,192,70); }

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

border-color css

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

 span { border-color: rgb(76,192,70); }

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